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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齬→?窈 | 11101010100101111000000110101000001111111110001001110111 | ea9781a83fe277 |
EUC-JP | 齬→?窈 | 11110011111101111010001010101010001111111110001111011000 | f3f7a2aa3fe3d8 |
UTF-8 | 齬→땡窈 | 111010011011110110101100111000101000011010010010111010111001010110100001111001111010101010001000 | e9bdace28692eb95a1e7aa88 |
UHC | 齬→땡窈 | 1110010111100001101000011110011010110110101011111110100110100001 | e5e1a1e6b6afe9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)