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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迹槫嫌 | 111001111001000110011110111001011000110010011001 | e7919ee58c99 |
EUC-JP | 迹槫嫌 | 111011011111000111011100111001111011011111111001 | edf1dce7b7f9 |
UTF-8 | 迹槫嫌 | 111010001011111110111001111001101010011110101011111001011010101110001100 | e8bfb9e6a7abe5ab8c |
UHC | 迹?嫌 | 1110111011101001001111111111101011101110 | eee93ffaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)