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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | 沅?^ | 1000111111000110111010010011111101011110 | 8fc6e93f5e |
UTF-8 | 沅렒^ | 11100110101100101000010111101011101000001001001001011110 | e6b285eba0925e |
UHC | 沅렒^ | 1110101010110110100011101010011101011110 | eab68ea75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)