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 | ???W???z | 0011111100111111001111110101011100111111001111110011111101111010 | 3f3f3f573f3f3f7a |
SJIS-WIN | ???W???z | 0011111100111111001111110101011100111111001111110011111101111010 | 3f3f3f573f3f3f7a |
EUC-JP | ???W???z | 0011111100111111001111110101011100111111001111110011111101111010 | 3f3f3f573f3f3f7a |
UTF-8 | 若띷쓶W若띷쓶z | 1110111110100101101101001110101110011101101101111110110010010011101101100101011111101111101001011011010011101011100111011011011111101100100100111011011001111010 | efa5b4eb9db7ec93b657efa5b4eb9db7ec93b67a |
UHC | 若띷쓶W若띷쓶z | 1110010110101110100011011110011010011101100100110101011111100101101011101000110111100110100111011001001101111010 | e5ae8de69d9357e5ae8de69d937a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)