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 | 11100010101110101000110011100010100011101011011001000010 | e2ba8ce28eb642 |
EUC-JP | 篌娯叱B | 11100100101111001011100011100100101111001011100001000010 | e4bcb8e4bcb842 |
UTF-8 | 篌娯叱B | 11100111101011111000110011100101101010001010111111100101100011111011000101000010 | e7af8ce5a8afe58fb142 |
UHC | ??叱B | 0011111100111111111100101110101001000010 | 3f3ff2ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)