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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證霊教笏シ | 111001101001101010010111111011001000101110110011111000101001010010111100 | e69a97ec8bb3e294bc |
EUC-JP | 證霊教笏シ | 11101011111110101100111011101110101101101011010111100011111101001000111010111100 | ebfaceeeb6b5e3f48ebc |
UTF-8 | 證霊教笏シ | 111010001010110110001001111010011001110010001010111001101001010110011001111001111010110010001111111011111011110110111100 | e8ad89e99c8ae69599e7ac8fefbdbc |
UHC | 證??笏? | 11110001111110110011111100111111111110111110111000111111 | f1fb3f3ffbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)