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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齏鈴擱 | 111010001110101110010111111010011001110110100110 | e8eb97e99da6 |
EUC-JP | 齏鈴擱 | 111100001110110111001110111010111101101010101000 | f0edceebdaa8 |
UTF-8 | 齏鈴擱 | 111010011011110110001111111010011000100010110100111001101001001110110001 | e9bd8fe988b4e693b1 |
UHC | ?鈴? | 00111111110101101100001000111111 | 3fd6c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)