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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 藏??G | 1110010101010101001111110011111101000111 | e5553f3f47 |
EUC-JP | 藏??G | 1110100110110110001111110011111101000111 | e9b63f3f47 |
UTF-8 | 藏펩볶G | 11101000100101111000111111101101100011101010100111101011101100111011011001000111 | e8978fed8ea9ebb3b647 |
UHC | 藏펩볶G | 11101101111110101100011011101001101110101011101001000111 | edfac6e9baba47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)