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 | 蠇矚 | 111110111010000111110110111000101110000111011111 | fba1f6e2e1df |
EUC-JP | ??矚 | 00111111001111111110001011100001 | 3f3fe2e1 |
UTF-8 | 蠇矚 | 111010001010000010000111111011101001010010001001111001111001111110011010 | e8a087ee9489e79f9a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)