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 | ?L?L^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-WIN | 承L承L^ | 10001111101100110100110010001111101100110100110001011110 | 8fb34c8fb34c5e |
EUC-JP | 承L承L^ | 10111110101101010100110010111110101101010100110001011110 | beb54cbeb54c5e |
UTF-8 | 承L承L^ | 111001101000100110111111010011001110011010001001101111110100110001011110 | e689bf4ce689bf4c5e |
UHC | 承L承L^ | 11100011101011110100110011100011101011110100110001011110 | e3af4ce3af4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)