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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 帝?憶?沚 | 1001001011101001001111111000100110101111001111111001111110001101 | 92e93f89af3f9f8d |
EUC-JP | 帝?憶?沚 | 1100010011101011001111111011001010110001001111111101110111101101 | c4eb3fb2b13fdded |
UTF-8 | 帝렔憶렖沚 | 111001011011100010011101111010111010000010010100111001101000011010110110111010111010000010010110111001101011001010011010 | e5b89deba094e686b6eba096e6b29a |
UHC | 帝렔憶렖沚 | 11110000101010001000111010101001111001011110001110001110101010111111001010101111 | f0a88ea9e5e38eabf2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)