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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 迢蓄 | 11100111100010111001001001111110 | e78b927e |
EUC-JP | 迢蓄 | 11101101111010111100001111011111 | edebc3df |
UTF-8 | 迢蓄 | 111010001011111110100010111010001001001110000100 | e8bfa2e89384 |
UHC | ?蓄 | 001111111111010111101011 | 3ff5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)