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 | ?ax | 001111110110000101111000 | 3f6178 |
SJIS-WIN | ?ax | 001111110110000101111000 | 3f6178 |
EUC-JP | 鉥ax | 1000111111100011111010000110000101111000 | 8fe3e86178 |
UTF-8 | 鉥ax | 1110100110001001101001010110000101111000 | e989a56178 |
UHC | 鉥ax | 11100010111111000110000101111000 | e2fc6178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)