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 | 1110100110100101111010011110111001000111 | e9a5e9ee47 |
EUC-JP | 鬣鴃G | 1111001010100111111100101111000001000111 | f2a7f2f047 |
UTF-8 | 鬣鴃G | 11101001101011001010001111101001101101001000001101000111 | e9aca3e9b48347 |
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)