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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 悅??{d | 111110101011110100111111001111110111101101100100 | fabd3f3f7b64 |
EUC-JP | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
UTF-8 | 悅덄뒃{d | 1110011010000010100001011110101110001101100001001110101110010010100000110111101101100100 | e68285eb8d84eb92837b64 |
UHC | 悅덄뒃{d | 1110011011101101100010001110011110001010100000010111101101100100 | e6ed88e78a817b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)