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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓙刻Ε蓙 | 1110010011100110100011011000111110000011101000111110010011100110 | e4e68d8f83a3e4e6 |
EUC-JP | 蓙刻Ε蓙 | 1110100011101000101110011110111110100110101001011110100011101000 | e8e8b9efa6a5e8e8 |
UTF-8 | 蓙刻Ε蓙 | 1110100010010011100110011110010110001000101110111100111010010101111010001001001110011001 | e89399e588bbce95e89399 |
UHC | ?刻Ε? | 001111111100101010111110101001011100010100111111 | 3fcabea5c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)