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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鴦儡漾B | 11101001111100011001100101010011111000000100000001000010 | e9f19953e04042 |
EUC-JP | 鴦儡漾B | 11110010111100111101000110110100110111111010000101000010 | f2f3d1b4dfa142 |
UTF-8 | 鴦儡漾B | 11101001101101001010011011100101100001001010000111100110101111001011111001000010 | e9b4a6e584a1e6bcbe42 |
UHC | 鴦儡?B | 111001001110110011010110111011010011111101000010 | e4ecd6ed3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)