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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?晧?晧^ | 00111111100111011110110000111111100111011110110001011110 | 3f9dec3f9dec5e |
EUC-JP | ?晧?晧^ | 00111111110110101110111000111111110110101110111001011110 | 3fdaee3fdaee5e |
UTF-8 | 뗺晧뗺晧^ | 11101011100101111011101011100110100110011010011111101011100101111011101011100110100110011010011101011110 | eb97bae699a7eb97bae699a75e |
UHC | 뗺晧뗺晧^ | 100010111111100111111011110001011000101111111001111110111100010101011110 | 8bf9fbc58bf9fbc55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)