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 | 諍?^ | 11100110011110010011111101011110 | e6793f5e |
EUC-JP | 諍?^ | 11101011110110100011111101011110 | ebda3f5e |
UTF-8 | 諍렱^ | 11101000101010111000110111101011101000001011000101011110 | e8ab8deba0b15e |
UHC | 諍렱^ | 1110111010110101100011101011111001011110 | eeb58ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)