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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 歪??A歪 | 10011000011000110011111100111111010000011001100001100011 | 98633f3f419863 |
EUC-JP | 歪??A歪 | 11001111110001000011111100111111010000011100111111000100 | cfc43f3f41cfc4 |
UTF-8 | 歪들눀A歪 | 11100110101011011010101011101011100100111010010011101011100010001000000001000001111001101010110110101010 | e6adaaeb93a4eb888041e6adaa |
UHC | 歪들눀A歪 | 111010001110000010110101111010011000011110100001010000011110100011100000 | e8e0b5e987a141e8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)