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 | 10110001110100110110000001000010 | b1d36042 |
SJIS-WIN | ±?`B | 1000000101111101001111110110000001000010 | 817d3f6042 |
EUC-JP | ±Ó`B | 10100001110111101000111110101010110100010110000001000010 | a1de8faad16042 |
UTF-8 | ±Ó`B | 110000101011000111000011100100110110000001000010 | c2b1c3936042 |
UHC | ±?`B | 1010000110111110001111110110000001000010 | a1be3f6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)