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 | 岳昭 | 10001010011110001000111110111010 | 8a788fba |
EUC-JP | 岳昭 | 10110011110110011011111010111100 | b3d9bebc |
UTF-8 | 岳昭 | 111001011011001010110011111001101001100010101101 | e5b2b3e698ad |
UHC | 岳昭 | 11100100101111111110000110111001 | e4bfe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)