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 | 妖??彫 | 100101110110010000111111001111111001001010100100 | 97643f3f92a4 |
EUC-JP | 妖??彫 | 110011011100010100111111001111111100010010100110 | cdc53f3fc4a6 |
UTF-8 | 妖퀴췄彫 | 111001011010011010010110111011011000000010110100111011001011011110000100111001011011110110101011 | e5a696ed80b4ecb784e5bdab |
UHC | 妖퀴췄彫 | 1110100011101101110001001111101111000011111010001111000011000001 | e8edc4fbc3e8f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)