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 | 10001110110100111000111010100011111000001101011101000101 | 8ed38ea3e0d745 |
EUC-JP | 謝璽獸E | 10111100110101011011110010100101111000001101100101000101 | bcd5bca5e0d945 |
UTF-8 | 謝璽獸E | 11101000101011001001110111100111100100101011110111100111100011011011100001000101 | e8ac9de792bde78db845 |
UHC | 謝璽獸E | 11011110111100111101111111011110111000101010111001000101 | def3dfdee2ae45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)