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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 殞疫隅壽 | 1001111101101101100010010111010110001011111101111001101011100110 | 9f6d89758bf79ae6 |
EUC-JP | 殞疫隅壽 | 1101110111001110101100011101011010110110111110011101010011101000 | ddceb1d6b6f9d4e8 |
UTF-8 | 殞疫隅壽 | 111001101010111010011110111001111001011010101011111010011001101010000101111001011010001110111101 | e6ae9ee796abe99a85e5a3bd |
UHC | 殞疫隅壽 | 1110100111111001111001101011100111101001111010101110000111111000 | e9f9e6b9e9eae1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)