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 | ??????鹽 | 0011111100111111001111110011111100111111001111111110101001100100 | 3f3f3f3f3f3fea64 |
EUC-JP | ??????鹽 | 0011111100111111001111110011111100111111001111111111001111000101 | 3f3f3f3f3f3ff3c5 |
UTF-8 | 若띷쓶轢녺댌鹽 | 111011111010010110110100111010111001110110110111111011001001001110110110111011111010011010001101111010111000010110111010111010111000110010001100111010011011100110111101 | efa5b4eb9db7ec93b6efa68deb85baeb8c8ce9b9bd |
UHC | 若띷쓶轢녺댌鹽 | 1110010110101110100011011110011010011101100100111110011010111100100001101110011110001000101101011110011110100100 | e5ae8de69d93e6bc86e788b5e7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)