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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟇倡狭 | 111001011010111110011000111001111000101110110111 | e5af98e78bb7 |
EUC-JP | 蟇倡狭 | 111010101011000111010000111010011011011010111001 | eab1d0e9b6b9 |
UTF-8 | 蟇倡狭 | 111010001001111110000111111001011000000010100001111001111000101110101101 | e89f87e580a1e78bad |
UHC | ?倡? | 00111111111100111101101100111111 | 3ff3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)