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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヨ魲レシ | 1101011011111100010000101101101010111100 | d6fc42dabc |
EUC-JP | ヨ?レシ | 10001110110101100011111110001110110110101000111010111100 | 8ed63f8eda8ebc |
UTF-8 | ヨ魲レシ | 111011111011111010010110111010011010110110110010111011111011111010011010111011111011110110111100 | efbe96e9adb2efbe9aefbdbc |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)