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 | 魴晝ケ零「 | 1110100110110101100111011110101010111001100101111110101110100010 | e9b59deab997eba2 |
EUC-JP | 魴晝ケ零「 | 11110010101101111101101011101100100011101011100111001110111011011000111010100010 | f2b7daec8eb9ceed8ea2 |
UTF-8 | 魴晝ケ零「 | 111010011010110110110100111001101001100110011101111011111011110110111001111010011001101110110110111011111011110110100010 | e9adb4e6999defbdb9e99bb6efbda2 |
UHC | ?晝?零? | 00111111111100011011100000111111110101101100001100111111 | 3ff1b83fd6c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)