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 | ??[BF | 0011111100111111010110110100001001000110 | 3f3f5b4246 |
SJIS-WIN | 咤眄[BF | 10011010010000101110000110111110010110110100001001000110 | 9a42e1be5b4246 |
EUC-JP | 咤眄[BF | 11010011101000111110001011000000010110110100001001000110 | d3a3e2c05b4246 |
UTF-8 | 咤眄[BF | 111001011001001010100100111001111001110010000100010110110100001001000110 | e592a4e79c845b4246 |
UHC | 咤眄[BF | 11110110111000111101100011111000010110110100001001000110 | f6e3d8f85b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)