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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 螻碕オ滔」ェB | 11100101101100011000110111101010101101011001111111101011101000111010101001000010 | e5b18deab59feba3aa42 |
EUC-JP | 螻碕オ滔」ェB | 11101010101100111011101011101100100011101011010111011110111011011000111010100011100011101010101001000010 | eab3baec8eb5deed8ea38eaa42 |
UTF-8 | 螻碕オ滔」ェB | 11101000100111101011101111100111101000101001010111101111101111011011010111100110101110111001010011101111101111011010001111101111101111011010101001000010 | e89ebbe7a295efbdb5e6bb94efbda3efbdaa42 |
UHC | ???滔??B | 0011111100111111001111111101010010100101001111110011111101000010 | 3f3f3fd4a53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)