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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪シ謨殊ー | 1110010110100001101111001110011010010101100011101110101010110000 | e5a1bce6958eeab0 |
EUC-JP | 蝪シ謨殊ー | 11101010101000111000111010111100111010111111010110111100111011001000111010110000 | eaa38ebcebf5bcec8eb0 |
UTF-8 | 蝪シ謨殊ー | 111010001001110110101010111011111011110110111100111010001010110010101000111001101010111010001010111011111011110110110000 | e89daaefbdbce8aca8e6ae8aefbdb0 |
UHC | ??謨殊? | 00111111001111111101100111001000111000101010100000111111 | 3f3fd9c8e2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)