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 | 邪糘硝ヲ逎 | 100011101101011111100010111100101000111111001001101001101110011110100011 | 8ed7e2f28fc9a6e7a3 |
EUC-JP | 邪糘硝ヲ逎 | 10111100110110011110010011110100101111101100101110001110101001101110111010100101 | bcd9e4f4becb8ea6eea5 |
UTF-8 | 邪糘硝ヲ逎 | 111010011000001010101010111001111011001110011000111001111010000110011101111011111011110110100110111010011000000010001110 | e982aae7b398e7a19defbda6e9808e |
UHC | 邪?硝?? | 11011110111101110011111111110101101001100011111100111111 | def73ff5a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)