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 | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-WIN | 舌雍w舌雍w^ | 1001000011100011111010001011010001110111100100001110001111101000101101000111011101011110 | 90e3e8b47790e3e8b4775e |
EUC-JP | 舌雍w舌雍w^ | 1100000011100101111100001011011001110111110000001110010111110000101101100111011101011110 | c0e5f0b677c0e5f0b6775e |
UTF-8 | 舌雍w舌雍w^ | 111010001000100010001100111010011001101110001101011101111110100010001000100011001110100110011011100011010111011101011110 | e8888ce99b8d77e8888ce99b8d775e |
UHC | 舌雍w舌雍w^ | 1110000011011111111010001011110001110111111000001101111111101000101111000111011101011110 | e0dfe8bc77e0dfe8bc775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)