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 | 頌上ヤ | 1110100011110001100011111110001111010100 | e8f18fe3d4 |
EUC-JP | 頌上ヤ | 111100001111001110111110111001011000111011010100 | f0f3bee58ed4 |
UTF-8 | 頌上ヤ | 111010011010000010001100111001001011100010001010111011111011111010010100 | e9a08ce4b88aefbe94 |
UHC | 頌上? | 1110000111101011110111111011111000111111 | e1ebdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)