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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
UTF-8 | 樂롥툋樂롥툋B | 11101111101001101011111111101011101000011010010111101101100010001000101111101111101001101011111111101011101000011010010111101101100010001000101101000010 | efa6bfeba1a5ed888befa6bfeba1a5ed888b42 |
UHC | 樂롥툋樂롥툋B | 11101000111110011000111011100101101110001000001111101000111110011000111011100101101110001000001101000010 | e8f98ee5b883e8f98ee5b88342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)