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 | 0011111110001011101001110011111101000111 | 3f8ba73f47 |
EUC-JP | ?匡?G | 0011111110110110101010010011111101000111 | 3fb6a93f47 |
UTF-8 | 렻匡렕G | 11101011101000001011101111100101100011001010000111101011101000001001010101000111 | eba0bbe58ca1eba09547 |
UHC | 렻匡렕G | 10001110110000111100111011000100100011101010101001000111 | 8ec3cec48eaa47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)