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 | 蜈???δ | 11100101100001010011111100111111001111111000001111000010 | e5853f3f3f83c2 |
EUC-JP | 蜈??旿δ | 111010011110010100111111001111111000111111000001111101001010011011000100 | e9e53f3f8fc1f4a6c4 |
UTF-8 | 蜈랃슁旿δ | 1110100010011100100010001110101110011110100000111110110010001010100000011110011010010111101111111100111010110100 | e89c88eb9e83ec8a81e697bfceb4 |
UHC | 蜈랃슁旿δ | 11101000101001011000110111101111101111011011001111100111111110101010010111100100 | e8a58defbdb3e7faa5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)