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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 扼??扼??B | 100111010100111000111111001111111001110101001110001111110011111101000010 | 9d4e3f3f9d4e3f3f42 |
EUC-JP | 扼??扼??B | 110110011010111100111111001111111101100110101111001111110011111101000010 | d9af3f3fd9af3f3f42 |
UTF-8 | 扼싧젳扼싧젳B | 11100110100010011011110011101100100010111010011111101100101000001011001111100110100010011011110011101100100010111010011111101100101000001011001101000010 | e689bcec8ba7eca0b3e689bcec8ba7eca0b342 |
UHC | 扼싧젳扼싧젳B | 11100100111110011001101011100101101000001010011111100100111110011001101011100101101000001010011101000010 | e4f99ae5a0a7e4f99ae5a0a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)