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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴨??娃?? | 1000101010011011001111110011111110001000101000010011111100111111 | 8a9b3f3f88a13f3f |
EUC-JP | 鴨??娃?? | 1011001111111011001111110011111110110000101000110011111100111111 | b3fb3f3fb0a33f3f |
UTF-8 | 鴨뗫젶娃듬젩 | 111010011011010010101000111010111001011110101011111011001010000010110110111001011010100010000011111010111001001110101100111011001010000010101001 | e9b4a8eb97abeca0b6e5a883eb93aceca0a9 |
UHC | 鴨뗫젶娃듬젩 | 111001001110010110001011111010111010000010101010111010001101111110110101111010111010000010100001 | e4e58beba0aae8dfb5eba0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)