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 | 10010010010001111001001001000010100100011010101001000010 | 9247924291aa42 |
EUC-JP | 竪達測B | 11000011101010001100001110100011110000101010110001000010 | c3a8c3a3c2ac42 |
UTF-8 | 竪達測B | 11100111101010111010101011101001100000011001010011100110101110001010110001000010 | e7abaae98194e6b8ac42 |
UHC | 竪達測B | 11100010101101011101001110111001111101101011010001000010 | e2b5d3b9f6b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)