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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????閥?? | 0011111100111111001111110011111110010100101101000011111100111111 | 3f3f3f3f94b43f3f |
EUC-JP | ????閥?? | 0011111100111111001111110011111111001000101101100011111100111111 | 3f3f3f3fc8b63f3f |
UTF-8 | 렳롃뤺텕閥툗햵 | 111010111010000010110011111010111010000110000011111010111010010010111010111011011000010110010101111010011001011010100101111011011000100010010111111011011001011010110101 | eba0b3eba183eba4baed8595e996a5ed8897ed96b5 |
UHC | 렳롃뤺텕閥툗햵 | 1000111011000000100011101100101010001111111010001011011010001110110110111110110010111000100011101100000110001110 | 8ec08eca8fe8b68edbecb88ec18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)