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 | 謐ィ蠑剰嫡 | 111001101000110110101000111001011011110010001111111010001001001010000100 | e68da8e5bc8fe89284 |
EUC-JP | 謐ィ蠑剰嫡 | 11101011111011011000111010101000111010101011111010111110111010101100001111100100 | ebed8ea8eabebeeac3e4 |
UTF-8 | 謐ィ蠑剰嫡 | 111010001010110010010000111011111011110110101000111010001010000010010001111001011000100110110000111001011010101110100001 | e8ac90efbda8e8a091e589b0e5aba1 |
UHC | 謐???嫡 | 11011010110011010011111100111111001111111110111011010101 | dacd3f3f3feed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)