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 | 11101001100011101010010001000111 | e98ea447 |
EUC-JP | 骼、G | 1111000111101110100011101010010001000111 | f1ee8ea447 |
UTF-8 | 骼、G | 11101001101010101011110011101111101111011010010001000111 | e9aabcefbda447 |
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)