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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 瀛??]H | 111000000110100100111111001111110101110101001000 | e0693f3f5d48 |
EUC-JP | 瀛??]H | 110111111100101000111111001111110101110101001000 | dfca3f3f5d48 |
UTF-8 | 瀛덊뢈]H | 1110011110000000100110111110101110001101100010101110101110100010100010000101110101001000 | e7809beb8d8aeba2885d48 |
UHC | 瀛덊뢈]H | 1110011110111010100010001110110110001111010001000101110101001000 | e7ba88ed8f445d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)