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 | 碩錏 | 10010000110101111110011111111001 | 90d7e7f9 |
EUC-JP | 碩錏 | 11000000110110011110111011111011 | c0d9eefb |
UTF-8 | 碩錏 | 111001111010001010101001111010011000110010001111 | e7a2a9e98c8f |
UHC | 碩? | 111000001011010100111111 | e0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)