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 | 妖??瀛? | 10010111011001000011111100111111111000000110100100111111 | 97643f3fe0693f |
EUC-JP | 妖??瀛? | 11001101110001010011111100111111110111111100101000111111 | cdc53f3fdfca3f |
UTF-8 | 妖띕쨼瀛똡 | 111001011010011010010110111010111001110110010101111011001010100010111100111001111000000010011011111010111001100010100001 | e5a696eb9d95eca8bce7809beb98a1 |
UHC | 妖띕쨼瀛똡 | 11101000111011011011011011101011101001001001011011100111101110101000110001100100 | e8edb6eba496e7ba8c64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)