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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | レエk | 1101101010110100111101011110111001101011 | dab4f5ee6b |
EUC-JP | レエ?k | 100011101101101010001110101101000011111101101011 | 8eda8eb43f6b |
UTF-8 | レエk | 11101111101111101001101011101111101111011011010011101110100100011001100101101011 | efbe9aefbdb4ee91996b |
UHC | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)