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 | 肓郁触 | 111000111110100110001000111010001001000001000111 | e3e988e89047 |
EUC-JP | 肓郁触 | 111001101110101110110000111010101011111110101000 | e6ebb0eabfa8 |
UTF-8 | 肓郁触 | 111010001000001010010011111010011000001110000001111010001010011110100110 | e88293e98381e8a7a6 |
UHC | ?郁? | 00111111111010011111010000111111 | 3fe9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)