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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 鴃輊G | 1110100111101110111001110110100001000111 | e9eee76847 |
EUC-JP | 鴃輊G | 1111001011110000111011011100100101000111 | f2f0edc947 |
UTF-8 | 鴃輊G | 11101001101101001000001111101000101111001000101001000111 | e9b483e8bc8a47 |
UHC | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)