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 | ò¶¿î® | 111100101011011010001110101111111110111010101110 | f2b68ebfeeae |
SJIS-WIN | ?¶???? | 00111111100000011111011100111111001111110011111100111111 | 3f81f73f3f3f3f |
EUC-JP | ò¶?¿î® | 100011111010101111010010101000101111100100111111100011111010001011000100100011111010101111000010100011111010001011101110 | 8fabd2a2f93f8fa2c48fabc28fa2ee |
UTF-8 | ò¶¿î® | 110000111011001011000010101101101100001010001110110000101011111111000011101011101100001010101110 | c3b2c2b6c28ec2bfc3aec2ae |
UHC | ?¶?¿?® | 001111111010001011010010001111111010001010101111001111111010001011100111 | 3fa2d23fa2af3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)