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»ON | 1001001001010100100100011011101110010010010011111001001001001110 | 925491bb924f924e |
SJIS-WIN | ?T???O?N | 0011111101010100001111110011111100111111010011110011111101001110 | 3f543f3f3f4f3f4e |
EUC-JP | ?T???O?N | 0011111101010100001111110011111100111111010011110011111101001110 | 3f543f3f3f4f3f4e |
UTF-8 | T»ON | 11000010100100100101010011000010100100011100001010111011110000101001001001001111110000101001001001001110 | c29254c291c2bbc2924fc2924e |
UHC | ?T???O?N | 0011111101010100001111110011111100111111010011110011111101001110 | 3f543f3f3f4f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)