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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鼠?析??^ | 1001000101101100001111111001000011001101001111110011111101011110 | 916c3f90cd3f3f5e |
EUC-JP | 鼠?析??^ | 1100000111001101001111111100000011001111001111110011111101011110 | c1cd3fc0cf3f3f5e |
UTF-8 | 鼠蟬析롛롉^ | 11101001101111001010000011101000100111111010110011100110100111101001000011101011101000011001101111101011101000011000100101011110 | e9bca0e89face69e90eba19beba1895e |
UHC | 鼠蟬析롛롉^ | 1110000010101001111000001101000111100000101100001000111011011111100011101100111101011110 | e0a9e0d1e0b08edf8ecf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)