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 | 001111110011111101100101 | 3f3f65 |
SJIS-WIN | 轤ュe | 11100111100000101010110101100101 | e782ad65 |
EUC-JP | 轤ュe | 1110110111100010100011101010110101100101 | ede28ead65 |
UTF-8 | 轤ュe | 11101000101111011010010011101111101111011010110101100101 | e8bda4efbdad65 |
UHC | ??e | 001111110011111101100101 | 3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)