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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 運麝獸檍?? | 10001001010111101110101001101100111000001101011110011110111110000011111100111111 | 895eea6ce0d79ef83f3f |
EUC-JP | 運麝獸檍?? | 10110001101111111111001111001101111000001101100111011100111110100011111100111111 | b1bff3cde0d9dcfa3f3f |
UTF-8 | 運麝獸檍띈렡 | 111010011000000110001011111010011011101010011101111001111000110110111000111001101010101010001101111010111001110110001000111010111010000010100001 | e9818be9ba9de78db8e6aa8deb9d88eba0a1 |
UHC | 運麝獸檍띈렡 | 111010101010000111011110111110101110001010101110111001011110010110110110111010001000111010110010 | eaa1defae2aee5e5b6e88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)