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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鬢畷スィ崧アB | 11101001101001001001001111101011101111011010100011111010101011111011000101000010 | e9a493ebbda8faafb142 |
EUC-JP | 鬢畷スィ崧アB | 1111001010100110110001101110110110001110101111011000111010101000100011111011101111001010100011101011000101000010 | f2a6c6ed8ebd8ea88fbbca8eb142 |
UTF-8 | 鬢畷スィ崧アB | 11101001101011001010001011100111100101011011011111101111101111011011110111101111101111011010100011100101101101001010011111101111101111011011000101000010 | e9aca2e795b7efbdbdefbda8e5b4a7efbdb142 |
UHC | ????崧?B | 0011111100111111001111110011111111100010111111100011111101000010 | 3f3f3f3fe2fe3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)