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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | ?^ | 0011111101011110 | 3f5e |
EUC-JP | 瘙^ | 10001111110011011111000001011110 | 8fcdf05e |
UTF-8 | 瘙^ | 11100111100110001001100101011110 | e798995e |
UHC | 瘙^ | 111000011100010001011110 | e1c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)