To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??S??? | 001111110011111101010011001111110011111100111111 | 3f3f533f3f3f |
SJIS-WIN | 将エS娼チ召 | 100011111010101110110100010100111000111110101001110000011000111110100010 | 8fabb4538fa9c18fa2 |
EUC-JP | 将エS娼チ召 | 1011111010101101100011101011010001010011101111101010101110001110110000011011111010100100 | bead8eb453beab8ec1bea4 |
UTF-8 | 将エS娼チ召 | 11100101101100001000011011101111101111011011010001010011111001011010100010111100111011111011111010000001111001011000111110101100 | e5b086efbdb453e5a8bcefbe81e58fac |
UHC | ??S娼?召 | 0011111100111111010100111111001111011110001111111110000110101111 | 3f3f53f3de3fe1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)