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 | 111001111010111110001100011000001110011110101111100011000100111101000010 | e7af8c60e7af8c4f42 |
EUC-JP | 遽形遽薫B | 111011101011000110110111110000011110111010110001101101111011000001000010 | eeb1b7c1eeb1b7b042 |
UTF-8 | 遽形遽薫B | 11101001100000011011110111100101101111011010001011101001100000011011110111101000100101101010101101000010 | e981bde5bda2e981bde896ab42 |
UHC | 遽形遽?B | 1100101111101000111110111010000111001011111010000011111101000010 | cbe8fba1cbe83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)