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 | 膀活ェ | 1110010001001110100010101000100010101010 | e44e8a88aa |
EUC-JP | 膀活ェ | 111001111010111110110011111010001000111010101010 | e7afb3e88eaa |
UTF-8 | 膀活ェ | 111010001000011010000000111001101011010010111011111011111011110110101010 | e88680e6b4bbefbdaa |
UHC | 膀活? | 1101101110111001111111001100000000111111 | dbb9fcc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)