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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 霽慶 | 11101000110001111000110001100011 | e8c78c63 |
EUC-JP | 霽慶 | 11110000110010011011011111000100 | f0c9b7c4 |
UTF-8 | 霽慶 | 111010011001110010111101111001101000010110110110 | e99cbde685b6 |
UHC | 霽慶 | 11110000101110001100110011010100 | f0b8ccd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)