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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???橈??^ | 0011111100111111001111111001111011110100001111110011111101011110 | 3f3f3f9ef43f3f5e |
EUC-JP | ???橈??^ | 0011111100111111001111111101110011110110001111110011111101011110 | 3f3f3fdcf63f3f5e |
UTF-8 | 了묋뮅橈꾢쳣^ | 11101111101001101011101011101011101011001000101111101011101011101000010111100110101010011000100011101010101111101010001011101100101100111010001101011110 | efa6baebac8bebae85e6a988eabea2ecb3a35e |
UHC | 了묋뮅橈꾢쳣^ | 11101000111001111001000111101000100100101001010011101000111110101000010011100101101010111000100101011110 | e8e791e89294e8fa84e5ab895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)