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 | 莚ユ | 1110010010101101110101011111001110110100 | e4add5f3b4 |
EUC-JP | 莚ユ? | 1110100010101111100011101101010100111111 | e8af8ed53f |
UTF-8 | 莚ユ | 111010001000111010011010111011111011111010010101111011101000101010100111 | e88e9aefbe95ee8aa7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)