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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | フ蟠ーE | 1100110011100101101101001011000001000101 | cce5b4b045 |
EUC-JP | フ蟠ーE | 10001110110011001110101010110110100011101011000001000101 | 8ecceab68eb045 |
UTF-8 | フ蟠ーE | 11101111101111101000110011101000100111111010000011101111101111011011000001000101 | efbe8ce89fa0efbdb045 |
UHC | ?蟠?E | 0011111111011010111101100011111101000101 | 3fdaf63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)