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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 齋?h齋 | 111000100101011000111111011010001110001001010110 | e2563f68e256 |
EUC-JP | 齋?h齋 | 111000111011011100111111011010001110001110110111 | e3b73f68e3b7 |
UTF-8 | 齋렔h齋 | 11101001101111011000101111101011101000001001010001101000111010011011110110001011 | e9bd8beba09468e9bd8b |
UHC | 齋렔h齋 | 11101110101100011000111010101001011010001110111010110001 | eeb18ea968eeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)