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 | ò´Ú¿ | 111100101011010010001110110110101000111010111111 | f2b48eda8ebf |
SJIS-WIN | ?´???? | 00111111100000010100110000111111001111110011111100111111 | 3f814c3f3f3f3f |
EUC-JP | ò´?Ú?¿ | 10001111101010111101001010100001101011010011111110001111101010101110001000111111100011111010001011000100 | 8fabd2a1ad3f8faae23f8fa2c4 |
UTF-8 | ò´Ú¿ | 110000111011001011000010101101001100001010001110110000111001101011000010100011101100001010111111 | c3b2c2b4c28ec39ac28ec2bf |
UHC | ?´???¿ | 0011111110100010101001010011111100111111001111111010001010101111 | 3fa2a53f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)