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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 獨璽釈] | 11100000110101011000111010100011100011101101111101011101 | e0d58ea38edf5d |
EUC-JP | 獨璽釈] | 11100000110101111011110010100101101111001110000101011101 | e0d7bca5bce15d |
UTF-8 | 獨璽釈] | 11100111100011011010100011100111100100101011110111101001100001111000100001011101 | e78da8e792bde987885d |
UHC | 獨璽?] | 110101001011110011011111110111100011111101011101 | d4bcdfde3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)