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 | ? | 00111111 | 3f |
SJIS-WIN | 亮 | 1001011110111010 | 97ba |
EUC-JP | 亮 | 1100111010111100 | cebc |
UTF-8 | 亮 | 111001001011101010101110 | e4baae |
UHC | 亮 | 1101010111010101 | d5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)