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 | ¶Ì¥ | 100011101011011010001110110011001000111010100101 | 8eb68ecc8ea5 |
SJIS-WIN | ?¶???¥ | 0011111110000001111101110011111100111111001111111000000110001111 | 3f81f73f3f3f818f |
EUC-JP | ?¶?Ì?? | 001111111010001011111001001111111000111110101010110000000011111100111111 | 3fa2f93f8faac03f3f |
UTF-8 | ¶Ì¥ | 110000101000111011000010101101101100001010001110110000111000110011000010100011101100001010100101 | c28ec2b6c28ec38cc28ec2a5 |
UHC | ?¶???? | 00111111101000101101001000111111001111110011111100111111 | 3fa2d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)