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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ?串?h?串? | 001111111000101111111000001111110110100000111111100010111111100000111111 | 3f8bf83f683f8bf83f |
EUC-JP | ?串?h?串? | 001111111011011011111010001111110110100000111111101101101111101000111111 | 3fb6fa3f683fb6fa3f |
UTF-8 | 룴串쓩h룴串쓩 | 11101011101000111011010011100100101110001011001011101100100100111010100101101000111010111010001110110100111001001011100010110010111011001001001110101001 | eba3b4e4b8b2ec93a968eba3b4e4b8b2ec93a9 |
UHC | 룴串쓩h룴串쓩 | 10001111101010011100110111111010101111101011000101101000100011111010100111001101111110101011111010110001 | 8fa9cdfabeb1688fa9cdfabeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)