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 | ?e^ | 001111110110010101011110 | 3f655e |
SJIS-WIN | 渦e^ | 10001001010100010110010101011110 | 8951655e |
EUC-JP | 渦e^ | 10110001101100100110010101011110 | b1b2655e |
UTF-8 | 渦e^ | 1110011010111000101001100110010101011110 | e6b8a6655e |
UHC | 渦e^ | 11101000101111100110010101011110 | e8be655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)