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 | 10010111010011111001101001011000111000011011111001000010 | 974f9a58e1be42 |
EUC-JP | 涌唸眄B | 11001101101100001101001110111001111000101100000001000010 | cdb0d3b9e2c042 |
UTF-8 | 涌唸眄B | 11100110101101101000110011100101100101001011100011100111100111001000010001000010 | e6b68ce594b8e79c8442 |
UHC | 涌?眄B | 111010011011111100111111110110001111100001000010 | e9bf3fd8f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)