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 | 佑遽佑遽^ | 100101110100001111100111101011111001011101000011111001111010111101011110 | 9743e7af9743e7af5e |
EUC-JP | 佑遽佑遽^ | 110011011010010011101110101100011100110110100100111011101011000101011110 | cda4eeb1cda4eeb15e |
UTF-8 | 佑遽佑遽^ | 11100100101111011001000111101001100000011011110111100100101111011001000111101001100000011011110101011110 | e4bd91e981bde4bd91e981bd5e |
UHC | 佑遽佑遽^ | 111010011100111011001011111010001110100111001110110010111110100001011110 | e9cecbe8e9cecbe85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)