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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 二咽飛 | 100100111111000110001000111101001001010011110010 | 93f188f494f2 |
EUC-JP | 二咽飛 | 110001101111001110110000111101101100100011110100 | c6f3b0f6c8f4 |
UTF-8 | 二咽飛 | 111001001011101010001100111001011001001010111101111010011010001110011011 | e4ba8ce592bde9a39b |
UHC | 二咽飛 | 111011001010001111101100110101101101111010101011 | eca3ecd6deab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)