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 | 貔郁ュ | 1110011010111110100010001110100010101101 | e6be88e8ad |
EUC-JP | 貔郁ュ | 111011001100000010110000111010101000111010101101 | ecc0b0ea8ead |
UTF-8 | 貔郁ュ | 111010001011001010010100111010011000001110000001111011111011110110101101 | e8b294e98381efbdad |
UHC | ?郁? | 00111111111010011111010000111111 | 3fe9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)