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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 讖茨ソ」B | 11100110101010011000100011101111101111111010001101000010 | e6a988efbfa342 |
EUC-JP | 讖茨ソ」B | 111011001010101110110000111100011000111010111111100011101010001101000010 | ecabb0f18ebf8ea342 |
UTF-8 | 讖茨ソ」B | 11101000101011101001011011101000100011001010100011101111101111011011111111101111101111011010001101000010 | e8ae96e88ca8efbdbfefbda342 |
UHC | 讖茨??B | 11110011110110011110110110111100001111110011111101000010 | f3d9edbc3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)