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 | 殿?毅? | 100100110110000100111111100010110100001000111111 | 93613f8b423f |
EUC-JP | 殿?毅? | 110001011100001000111111101101011010001100111111 | c5c23fb5a33f |
UTF-8 | 殿렲毅잰 | 111001101010111010111111111010111010000010110010111001101010111110000101111011001001111010110000 | e6aebfeba0b2e6af85ec9eb0 |
UHC | 殿렲毅잰 | 1110111011111100100011101011111111101011111101101100000011101001 | eefc8ebfebf6c0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)