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 | 111000000110111011100011011101001110000001101110111000110111010001000010 | e06ee374e06ee37442 |
EUC-JP | 瀟縟瀟縟B | 110111111100111111100101110101011101111111001111111001011101010101000010 | dfcfe5d5dfcfe5d542 |
UTF-8 | 瀟縟瀟縟B | 11100111100000001001111111100111101110001001111111100111100000001001111111100111101110001001111101000010 | e7809fe7b89fe7809fe7b89f42 |
UHC | 瀟縟瀟縟B | 111000011011111011101001101100101110000110111110111010011011001001000010 | e1bee9b2e1bee9b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)