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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 扼??扼?? | 1001110101001110001111110011111110011101010011100011111100111111 | 9d4e3f3f9d4e3f3f |
EUC-JP | 扼??扼?? | 1101100110101111001111110011111111011001101011110011111100111111 | d9af3f3fd9af3f3f |
UTF-8 | 扼싧젳扼싧젳 | 111001101000100110111100111011001000101110100111111011001010000010110011111001101000100110111100111011001000101110100111111011001010000010110011 | e689bcec8ba7eca0b3e689bcec8ba7eca0b3 |
UHC | 扼싧젳扼싧젳 | 111001001111100110011010111001011010000010100111111001001111100110011010111001011010000010100111 | e4f99ae5a0a7e4f99ae5a0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)