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 | 11101000111110101000111011100110101110011011111101000010 | e8fa8ee6b9bf42 |
EUC-JP | 顫取ケソB | 111100001111110010111100111010001000111010111001100011101011111101000010 | f0fcbce88eb98ebf42 |
UTF-8 | 顫取ケソB | 11101001101000011010101111100101100011111001011011101111101111011011100111101111101111011011111101000010 | e9a1abe58f96efbdb9efbdbf42 |
UHC | 顫取??B | 11101111101101011111011010100010001111110011111101000010 | efb5f6a23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)