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 | 殿?貞?在 | 1001001101100001001111111001001011100101001111111000110111011101 | 93613f92e53f8ddd |
EUC-JP | 殿?貞?在 | 1100010111000010001111111100010011100111001111111011101011011111 | c5c23fc4e73fbadf |
UTF-8 | 殿렣貞렫在 | 111001101010111010111111111010111010000010100011111010001011001010011110111010111010000010101011111001011001110010101000 | e6aebfeba0a3e8b29eeba0abe59ca8 |
UHC | 殿렣貞렫在 | 11101110111111001000111010110100111011111111011010001110101110011110111010100100 | eefc8eb4eff68eb9eea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)