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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | テ板サc^ | 110000111001010011000010101110110110001101011110 | c394c2bb635e |
EUC-JP | テ板サc^ | 1000111011000011110010001100010010001110101110110110001101011110 | 8ec3c8c48ebb635e |
UTF-8 | テ板サc^ | 1110111110111110100000111110011010011101101111111110111110111101101110110110001101011110 | efbe83e69dbfefbdbb635e |
UHC | ?板?c^ | 001111111111011111111001001111110110001101011110 | 3ff7f93f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)