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 | ¾«¼Ã~ | 10001110101111101000111010101011101111001100001101111110 | 8ebe8eabbcc37e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | ?????Ã~ | 001111110011111100111111001111110011111110001111101010101010101001111110 | 3f3f3f3f3f8faaaa7e |
UTF-8 | ¾«¼Ã~ | 11000010100011101100001010111110110000101000111011000010101010111100001010111100110000111000001101111110 | c28ec2bec28ec2abc2bcc3837e |
UHC | ?¾??¼?~ | 001111111010100011111010001111110011111110101000111110010011111101111110 | 3fa8fa3f3fa8f93f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)