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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 寤る?E | 100110111000100010000010111010010011111101000101 | 9b8882e93f45 |
EUC-JP | 寤る?E | 110101011110100010100100111010110011111101000101 | d5e8a4eb3f45 |
UTF-8 | 寤る퍊E | 11100101101011111010010011100011100000101000101111101101100011011000101001000101 | e5afa4e3828bed8d8a45 |
UHC | 寤る퍊E | 11100111111101011010101011101011101110111000000101000101 | e7f5aaebbb8145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)