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 | 100100011011001010010010010011001001001001001101100100011011000101000010 | 91b2924c924d91b142 |
EUC-JP | 卒鱈樽続B | 110000101011010011000011101011011100001110101110110000101011001101000010 | c2b4c3adc3aec2b342 |
UTF-8 | 卒鱈樽続B | 11100101100011011001001011101001101100011000100011100110101010001011110111100111101101101001101001000010 | e58d92e9b188e6a8bde7b69a42 |
UHC | 卒?樽?B | 11110000111011110011111111110001110111000011111101000010 | f0ef3ff1dc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)