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諍 | 111001100111100100111111011010001110011001111001 | e6793f68e679 |
EUC-JP | 諍?h諍 | 111010111101101000111111011010001110101111011010 | ebda3f68ebda |
UTF-8 | 諍렭h諍 | 11101000101010111000110111101011101000001010110101101000111010001010101110001101 | e8ab8deba0ad68e8ab8d |
UHC | 諍렭h諍 | 11101110101101011000111010111010011010001110111010110101 | eeb58eba68eeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)