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 | 100100100100011110010010010001111001001001000111100100100100011101000010 | 924792479247924742 |
EUC-JP | 竪竪竪竪B | 110000111010100011000011101010001100001110101000110000111010100001000010 | c3a8c3a8c3a8c3a842 |
UTF-8 | 竪竪竪竪B | 11100111101010111010101011100111101010111010101011100111101010111010101011100111101010111010101001000010 | e7abaae7abaae7abaae7abaa42 |
UHC | 竪竪竪竪B | 111000101011010111100010101101011110001010110101111000101011010101000010 | e2b5e2b5e2b5e2b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)