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 | 獗痺獏] | 11100000110100111110000110000011111000001101000101011101 | e0d3e183e0d15d |
EUC-JP | 獗痺獏] | 11100000110101011110000111100011111000001101001101011101 | e0d5e1e3e0d35d |
UTF-8 | 獗痺獏] | 11100111100011011001011111100111100101111011101011100111100011011000111101011101 | e78d97e797bae78d8f5d |
UHC | 獗痺?] | 110011111111000111011101111101100011111101011101 | cff1ddf63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)