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 | ¶ãt | 100111101011011010001001100111011110001101110100 | 9eb6899de374 |
SJIS-WIN | ?¶???t | 00111111100000011111011100111111001111110011111101110100 | 3f81f73f3f3f74 |
EUC-JP | ?¶??ãt | 001111111010001011111001001111110011111110001111101010111010101001110100 | 3fa2f93f3f8fabaa74 |
UTF-8 | ¶ãt | 1100001010011110110000101011011011000010100010011100001010011101110000111010001101110100 | c29ec2b6c289c29dc3a374 |
UHC | ?¶???t | 00111111101000101101001000111111001111110011111101110100 | 3fa2d23f3f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)