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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鬘乗㏍謾カB | 11101001101000011000111111100110100001111000001111100110100101001011011001000010 | e9a18fe68783e694b642 |
EUC-JP | 鬘乗?謾カB | 11110010101000111011111011101000001111111110101111110100100011101011011001000010 | f2a3bee83febf48eb642 |
UTF-8 | 鬘乗㏍謾カB | 11101001101011001001100011100100101110011001011111100011100011111000110111101000101011001011111011101111101111011011011001000010 | e9ac98e4b997e38f8de8acbeefbdb642 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)