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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 迹? | 111001111001000100111111 | e7913f |
EUC-JP | 迹? | 111011011111000100111111 | edf13f |
UTF-8 | 迹렩 | 111010001011111110111001111010111010000010101001 | e8bfb9eba0a9 |
UHC | 迹렩 | 11101110111010011000111010110111 | eee98eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)