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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??郁??郁B | 001111110011111110001000111010000011111100111111100010001110100001000010 | 3f3f88e83f3f88e842 |
EUC-JP | ??郁??郁B | 001111110011111110110000111010100011111100111111101100001110101001000010 | 3f3fb0ea3f3fb0ea42 |
UTF-8 | 먏맦郁먏맦郁B | 11101011101010001000111111101011101001111010011011101001100000111000000111101011101010001000111111101011101001111010011011101001100000111000000101000010 | eba88feba7a6e98381eba88feba7a6e9838142 |
UHC | 먏맦郁먏맦郁B | 10010000110011011001000010101111111010011111010010010000110011011001000010101111111010011111010001000010 | 90cd90afe9f490cd90afe9f442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)