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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?照??照?^ | 001111111000111111000110001111110011111110001111110001100011111101011110 | 3f8fc63f3f8fc63f5e |
EUC-JP | ?照??照?^ | 001111111011111011001000001111110011111110111110110010000011111101011110 | 3fbec83f3fbec83f5e |
UTF-8 | 롔照롗롔照롗^ | 11101011101000011001010011100111100001011010011111101011101000011001011111101011101000011001010011100111100001011010011111101011101000011001011101011110 | eba194e785a7eba197eba194e785a7eba1975e |
UHC | 롔照롗롔照롗^ | 10001110110110001111000011001110100011101101101110001110110110001111000011001110100011101101101101011110 | 8ed8f0ce8edb8ed8f0ce8edb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)