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 | 菴取ケ | 1110010010111101100011101110011010111001 | e4bd8ee6b9 |
EUC-JP | 菴取ケ | 111010001011111110111100111010001000111010111001 | e8bfbce88eb9 |
UTF-8 | 菴取ケ | 111010001000111110110100111001011000111110010110111011111011110110111001 | e88fb4e58f96efbdb9 |
UHC | 菴取? | 1110010011100000111101101010001000111111 | e4e0f6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)