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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 愼?淫?? | 10011100110001000011111110001000111110100011111100111111 | 9cc43f88fa3f3f |
EUC-JP | 愼?淫?? | 11011000110001100011111110110000111111000011111100111111 | d8c63fb0fc3f3f |
UTF-8 | 愼렢淫뀀디 | 111001101000010010111100111010111010000010100010111001101011011110101011111010111000000010000000111010111001010010010100 | e684bceba0a2e6b7abeb8080eb9494 |
UHC | 愼렢淫뀀디 | 11100011111001011000111010110011111010111110001010110010111010111011010111110000 | e3e58eb3ebe2b2ebb5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)