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 | ¶ùÂÄ | 1011011011111001100011111100001011000100 | b6f98fc2c4 |
SJIS-WIN | ¶???? | 100000011111011100111111001111110011111100111111 | 81f73f3f3f3f |
EUC-JP | ¶ù?ÂÄ | 101000101111100110001111101010111110001100111111100011111010101010100100100011111010101010100011 | a2f98fabe33f8faaa48faaa3 |
UTF-8 | ¶ùÂÄ | 11000010101101101100001110111001110000101000111111000011100000101100001110000100 | c2b6c3b9c28fc382c384 |
UHC | ¶???? | 101000101101001000111111001111110011111100111111 | a2d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)