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 | 食? | 100100000100100000111111 | 90483f |
EUC-JP | 食? | 101111111010100100111111 | bfa93f |
UTF-8 | 食롢 | 111010011010001110011111111010111010000110100010 | e9a39feba1a2 |
UHC | 食롢 | 11100011110111011000111011100011 | e3dd8ee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)