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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 淋ㅼ껨h淋ㅼ껨 | 11101111101001111011010111100011100001011011110011101010101110111010100001101000111011111010011110110101111000111000010110111100111010101011101110101000 | efa7b5e385bceabba868efa7b5e385bceabba8 |
UHC | 淋ㅼ껨h淋ㅼ껨 | 11101100111110001010010011101100101100101011010101101000111011001111100010100100111011001011001010110101 | ecf8a4ecb2b568ecf8a4ecb2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)