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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 漆蛇H | 1000111010111101100011101101011001001000 | 8ebd8ed648 |
EUC-JP | 漆蛇H | 1011110010111111101111001101100001001000 | bcbfbcd848 |
UTF-8 | 漆蛇H | 11100110101111001000011011101000100110111000011101001000 | e6bc86e89b8748 |
UHC | 漆蛇H | 1111011011010100110111101110111101001000 | f6d4deef48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)