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 | ??H??wF | 00111111001111110100100000111111001111110111011101000110 | 3f3f483f3f7746 |
SJIS-WIN | ??H??wF | 00111111001111110100100000111111001111110111011101000110 | 3f3f483f3f7746 |
EUC-JP | ??H??wF | 00111111001111110100100000111111001111110111011101000110 | 3f3f483f3f7746 |
UTF-8 | 렻렭H렻렊wF | 111010111010000010111011111010111010000010101101010010001110101110100000101110111110101110100000100010100111011101000110 | eba0bbeba0ad48eba0bbeba08a7746 |
UHC | 렻렭H렻렊wF | 1000111011000011100011101011101001001000100011101100001110001110101000010111011101000110 | 8ec38eba488ec38ea17746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)