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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 畔b | 10010100110010001000001010000010 | 94c88282 |
EUC-JP | 畔b | 11001000110010101010001111100010 | c8caa3e2 |
UTF-8 | 畔b | 111001111001010110010100111011111011110110000010 | e79594efbd82 |
UHC | 畔b | 11011010111011011010001111100010 | daeda3e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)