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 | 羈葛せ | 111000111011000110001010100010111000001010111001 | e3b18a8b82b9 |
EUC-JP | 羈葛せ | 111001101011001110110011111010111010010010111011 | e6b3b3eba4bb |
UTF-8 | 羈葛せ | 111001111011111010001000111010001001000110011011111000111000000110011011 | e7be88e8919be3819b |
UHC | 羈葛せ | 110100011011110011001010111001111010101010111011 | d1bccae7aabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)