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 | 綏待 | 11100011010101101001000111010010 | e35691d2 |
EUC-JP | 綏待 | 11100101101101111100001011010100 | e5b7c2d4 |
UTF-8 | 綏待 | 111001111011011010001111111001011011111010000101 | e7b68fe5be85 |
UHC | 綏待 | 11100010101101111101001111100010 | e2b7d3e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)