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 | ?????BB | 00111111001111110011111100111111001111110100001001000010 | 3f3f3f3f3f4242 |
SJIS-WIN | 迯サ迯冗狭BB | 1110011110001101101110111110011110001101100011111110011110001011101101110100001001000010 | e78dbbe78d8fe78bb74242 |
EUC-JP | 迯サ迯冗狭BB | 111011011110110110001110101110111110110111101101101111101110100110110110101110010100001001000010 | eded8ebbededbee9b6b94242 |
UTF-8 | 迯サ迯冗狭BB | 1110100010111111101011111110111110111101101110111110100010111111101011111110010110000110100101111110011110001011101011010100001001000010 | e8bfafefbdbbe8bfafe58697e78bad4242 |
UHC | ???冗?BB | 0011111100111111001111111110100110110111001111110100001001000010 | 3f3f3fe9b73f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)