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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 趺ソ增 | 1110011011100101101111111111101010011101 | e6e5bffa9d |
EUC-JP | 趺ソ? | 1110110011100111100011101011111100111111 | ece78ebf3f |
UTF-8 | 趺ソ增 | 111010001011011010111010111011111011110110111111111001011010001010011110 | e8b6baefbdbfe5a29e |
UHC | 趺?增 | 1101110110111010001111111111000111110010 | ddba3ff1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)