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 | ホ靏 | 110011101111101111110001 | cefbf1 |
EUC-JP | ホ靏 | 1000111011001110100011111110011110110001 | 8ece8fe7b1 |
UTF-8 | ホ靏 | 111011111011111010001110111010011001110110001111 | efbe8ee99d8f |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)