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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
EUC-JP | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
UTF-8 | 솜솔y솜솔yB | 111011001000011010011100111011001000011010010100011110011110110010000110100111001110110010000110100101000111100101000010 | ec869cec869479ec869cec86947942 |
UHC | 솜솔y솜솔yB | 1011110011011000101111001101011001111001101111001101100010111100110101100111100101000010 | bcd8bcd679bcd8bcd67942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)