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 | 簽黝蟀 | 111000101101001111101010011110101110010110101001 | e2d3ea7ae5a9 |
EUC-JP | 簽黝蟀 | 111001001101010111110011110110111110101010101011 | e4d5f3dbeaab |
UTF-8 | 簽黝蟀 | 111001111011000010111101111010011011101110011101111010001001111110000000 | e7b0bde9bb9de89f80 |
UHC | 簽?? | 11110100110110000011111100111111 | f4d83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)