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 | ????展 | 001111110011111100111111001111111001001101010111 | 3f3f3f3f9357 |
EUC-JP | 塡???展 | 1000111110111000101101000011111100111111001111111100010110111000 | 8fb8b43f3f3fc5b8 |
UTF-8 | 塡縷렖렱展 | 111001011010000110100001111011111010010110010000111010111010000010010110111010111010000010110001111001011011000110010101 | e5a1a1efa590eba096eba0b1e5b195 |
UHC | 塡縷렖렱展 | 11101110111100111101001011101010100011101010101110001110101111101110111011110111 | eef3d2ea8eab8ebeeef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)