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 | 諍?齋 | 1110011001111001001111111110001001010110 | e6793fe256 |
EUC-JP | 諍?齋 | 1110101111011010001111111110001110110111 | ebda3fe3b7 |
UTF-8 | 諍렋齋 | 111010001010101110001101111010111010000010001011111010011011110110001011 | e8ab8deba08be9bd8b |
UHC | 諍렋齋 | 111011101011010110001110101000101110111010110001 | eeb58ea2eeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)