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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迹?億? | 111001111001000100111111100010011010110100111111 | e7913f89ad3f |
EUC-JP | 迹?億? | 111011011111000100111111101100101010111100111111 | edf13fb2af3f |
UTF-8 | 迹렪億띌 | 111010001011111110111001111010111010000010101010111001011000010010000100111010111001110110001100 | e8bfb9eba0aae58484eb9d8c |
UHC | 迹렪億띌 | 1110111011101001100011101011100011100101111000101011011011101001 | eee98eb8e5e2b6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)