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 | 100111001011011110001011110000101001110010110111100010111100001001000010 | 9cb78bc29cb78bc242 |
EUC-JP | 惺仰惺仰B | 110110001011100110110110110001001101100010111001101101101100010001000010 | d8b9b6c4d8b9b6c442 |
UTF-8 | 惺仰惺仰B | 11100110100000111011101011100100101110111011000011100110100000111011101011100100101110111011000001000010 | e683bae4bbb0e683bae4bbb042 |
UHC | 惺仰惺仰B | 111000001111011011100100111001101110000011110110111001001110011001000010 | e0f6e4e6e0f6e4e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)