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 | ¾Î¼´¼ | 10001110101111101000111011001110101111001011010010111100 | 8ebe8ecebcb4bc |
SJIS-WIN | ?????´? | 0011111100111111001111110011111100111111100000010100110000111111 | 3f3f3f3f3f814c3f |
EUC-JP | ???Î?´? | 00111111001111110011111110001111101010101100001000111111101000011010110100111111 | 3f3f3f8faac23fa1ad3f |
UTF-8 | ¾Î¼´¼ | 1100001010001110110000101011111011000010100011101100001110001110110000101011110011000010101101001100001010111100 | c28ec2bec28ec38ec2bcc2b4c2bc |
UHC | ?¾??¼´¼ | 0011111110101000111110100011111100111111101010001111100110100010101001011010100011111001 | 3fa8fa3f3fa8f9a2a5a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)