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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 轤ォ螟アE | 11100111100000101010101111100101101001001011000101000101 | e782abe5a4b145 |
EUC-JP | 轤ォ螟アE | 111011011110001010001110101010111110101010100110100011101011000101000101 | ede28eabeaa68eb145 |
UTF-8 | 轤ォ螟アE | 11101000101111011010010011101111101111011010101111101000100111101001111111101111101111011011000101000101 | e8bda4efbdabe89e9fefbdb145 |
UHC | ??螟?E | 001111110011111111011001101011010011111101000101 | 3f3fd9ad3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)