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 | 遐綻 | 11100111101000001001001001011101 | e7a0925d |
EUC-JP | 遐綻 | 11101110101000101100001110111110 | eea2c3be |
UTF-8 | 遐綻 | 111010011000000110010000111001111011011010111011 | e98190e7b6bb |
UHC | 遐綻 | 11111001110001101111011110101010 | f9c6f7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)