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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蓙刻Ε | 111001001110011010001101100011111000001110100011 | e4e68d8f83a3 |
EUC-JP | 蓙刻Ε | 111010001110100010111001111011111010011010100101 | e8e8b9efa6a5 |
UTF-8 | 蓙刻Ε | 1110100010010011100110011110010110001000101110111100111010010101 | e89399e588bbce95 |
UHC | ?刻Ε | 0011111111001010101111101010010111000101 | 3fcabea5c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)