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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???塋? | 001111110011111100111111100110101100100000111111 | 3f3f3f9ac83f |
EUC-JP | ???塋? | 001111110011111100111111110101001100101000111111 | 3f3f3fd4ca3f |
UTF-8 | 若띷쓶塋븃 | 111011111010010110110100111010111001110110110111111011001001001110110110111001011010000110001011111010111011100010000011 | efa5b4eb9db7ec93b6e5a18bebb883 |
UHC | 若띷쓶塋븃 | 11100101101011101000110111100110100111011001001111100111101010111011101011101000 | e5ae8de69d93e7abbae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)