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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 譽跣\ | 1110011010100011111001101110111101011100 | e6a3e6ef5c |
EUC-JP | 譽跣\ | 1110110010100101111011001111000101011100 | eca5ecf15c |
UTF-8 | 譽跣\ | 11101000101011011011110111101000101101111010001101011100 | e8adbde8b7a35c |
UHC | 譽跣\ | 1110011111100010111000001101001101011100 | e7e2e0d35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)