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 | ????p | 0011111100111111001111110011111101110000 | 3f3f3f3f70 |
SJIS-WIN | ?蕣斟?p | 00111111111001001111101010011101110011100011111101110000 | 3fe4fa9dce3f70 |
EUC-JP | ?蕣斟?p | 00111111111010001111110011011010110100000011111101110000 | 3fe8fcdad03f70 |
UTF-8 | 롒蕣斟렣p | 11101011101000011001001011101000100101011010001111100110100101101001111111101011101000001010001101110000 | eba192e895a3e6969feba0a370 |
UHC | 롒蕣斟렣p | 100011101101011111100010111100101111001011111000100011101011010001110000 | 8ed7e2f2f2f88eb470 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)