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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 上h上 | 1000111111100011011010001000111111100011 | 8fe3688fe3 |
EUC-JP | 上h上 | 1011111011100101011010001011111011100101 | bee568bee5 |
UTF-8 | 上h上 | 11100100101110001000101001101000111001001011100010001010 | e4b88a68e4b88a |
UHC | 上h上 | 1101111110111110011010001101111110111110 | dfbe68dfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)