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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | リス嫉E | 111100011110101011011000111100011000111010111101100011101011100101000101 | f1ead8f18ebd8eb945 |
EUC-JP | ?リ?ス嫉E | 001111111000111011011000001111111000111010111101101111001011101101000101 | 3f8ed83f8ebdbcbb45 |
UTF-8 | リス嫉E | 11101110100001011010010111101111101111101001100011101110100001001000100111101111101111011011110111100101101010111000100101000101 | ee85a5efbe98ee8489efbdbde5ab8945 |
UHC | ????嫉E | 00111111001111110011111100111111111100101110110001000101 | 3f3f3f3ff2ec45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)