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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?郁??郁 | 00111111100010001110100000111111001111111000100011101000 | 3f88e83f3f88e8 |
EUC-JP | ?郁??郁 | 00111111101100001110101000111111001111111011000011101010 | 3fb0ea3f3fb0ea |
UTF-8 | 몾郁먠몾郁 | 111010111010101010111110111010011000001110000001111010111010100010100000111010111010101010111110111010011000001110000001 | ebaabee98381eba8a0ebaabee98381 |
UHC | 몾郁먠몾郁 | 10010001101000101110100111110100100100001101110110010001101000101110100111110100 | 91a2e9f490dd91a2e9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)