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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謫?蔚 | 1110011010010011001111111000100101010101 | e6933f8955 |
EUC-JP | 謫?蔚 | 1110101111110011001111111011000110110110 | ebf33fb1b6 |
UTF-8 | 謫렯蔚 | 111010001010110010101011111010111010000010101111111010001001010010011010 | e8acabeba0afe8949a |
UHC | 謫렯蔚 | 111011101110001110001110101111001110101010100101 | eee38ebceaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)