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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 低?禁載 | 10010010111000010011111110001011110101101000110111011010 | 92e13f8bd68dda |
EUC-JP | 低?禁載 | 11000100111000110011111110110110110110001011101011011100 | c4e33fb6d8badc |
UTF-8 | 低꿸禁載 | 111001001011110110001110111010101011111110111000111001111010011010000001111010001011110010001001 | e4bd8eeabfb8e7a681e8bc89 |
UHC | 低꿸禁載 | 1110111010111000101100101110101011010000110101111110111010110000 | eeb8b2ead0d7eeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)