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 | 閻??如 | 111010001000010100111111001111111001010001000000 | e8853f3f9440 |
EUC-JP | 閻??如 | 111011111110010100111111001111111100011110100001 | efe53f3fc7a1 |
UTF-8 | 閻뜈떬如 | 111010011001011010111011111010111001110010001000111010111001011010101100111001011010011010000010 | e996bbeb9c88eb96ace5a682 |
UHC | 閻뜈떬如 | 1110011110100010100011011000101110001011101111001110010111111101 | e7a28d8b8bbce5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)