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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 迸狗梛^ | 11100111100111101000101111100111100111101000101101011110 | e79e8be79e8b5e |
EUC-JP | 迸狗梛^ | 11101101111111101011011011101001110110111110101101011110 | edfeb6e9dbeb5e |
UTF-8 | 迸狗梛^ | 11101000101111111011100011100111100010111001011111100110101000101001101101011110 | e8bfb8e78b97e6a29b5e |
UHC | ?狗?^ | 0011111111001111101101110011111101011110 | 3fcfb73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)