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 | 勉艘 | 10010101110101111110010001111010 | 95d7e47a |
EUC-JP | 勉艘 | 11001010110110011110011111011011 | cad9e7db |
UTF-8 | 勉艘 | 111001011000101110001001111010001000100110011000 | e58b89e88998 |
UHC | 勉? | 110110001111010100111111 | d8f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)