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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 鏑貊?h | 100100110100110011100110101110110011111101101000 | 934ce6bb3f68 |
EUC-JP | 鏑貊?h | 110001011010110111101100101111010011111101101000 | c5adecbd3f68 |
UTF-8 | 鏑貊갯h | 11101001100011111001000111101000101100101000101011101010101100001010111101101000 | e98f91e8b28aeab0af68 |
UHC | 鏑貊갯h | 11101110111010111101100011100111101100001011100101101000 | eeebd8e7b0b968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)