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 | 迹敷 | 11100111100100011001010101111110 | e791957e |
EUC-JP | 迹敷 | 11101101111100011100100111011111 | edf1c9df |
UTF-8 | 迹敷 | 111010001011111110111001111001101001010110110111 | e8bfb9e695b7 |
UHC | 迹敷 | 11101110111010011101110110100111 | eee9dda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)