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 | 諡俯ヲ | 1110011010001011100110001110101110100110 | e68b98eba6 |
EUC-JP | 諡俯ヲ | 111010111110101111010000111011011000111010100110 | ebebd0ed8ea6 |
UTF-8 | 諡俯ヲ | 111010001010101110100001111001001011111110101111111011111011110110100110 | e8aba1e4bfafefbda6 |
UHC | 諡俯? | 1110001111001101110111001111011000111111 | e3cddcf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)