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 | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
UTF-8 | 禮뚜뚳쉠G | 11101111101001101011011011101011100110101001110011101011100110101011001111101100100010011010000001000111 | efa6b6eb9a9ceb9ab3ec89a047 |
UHC | 禮뚜뚳쉠G | 111001111101111110110110110100011000110011101111101111011010101001000111 | e7dfb6d18cefbdaa47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)