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 | 襁憺ヲ | 1110010111110100100111001110100110100110 | e5f49ce9a6 |
EUC-JP | 襁憺ヲ | 111010101111011011011000111010111000111010100110 | eaf6d8eb8ea6 |
UTF-8 | 襁憺ヲ | 111010001010010110000001111001101000011010111010111011111011110110100110 | e8a581e686baefbda6 |
UHC | 襁憺? | 1100101110111010110100111011110000111111 | cbbad3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)