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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 竪俗竪俗B | 100100100100011110010001101011011001001001000111100100011010110101000010 | 924791ad924791ad42 |
EUC-JP | 竪俗竪俗B | 110000111010100011000010101011111100001110101000110000101010111101000010 | c3a8c2afc3a8c2af42 |
UTF-8 | 竪俗竪俗B | 11100111101010111010101011100100101111111001011111100111101010111010101011100100101111111001011101000010 | e7abaae4bf97e7abaae4bf9742 |
UHC | 竪俗竪俗B | 111000101011010111100001110101001110001010110101111000011101010001000010 | e2b5e1d4e2b5e1d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)