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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 焄叱釥七B | 111110110101010010001110101101101111101111000000100011101011010101000010 | fb548eb6fbc08eb542 |
EUC-JP | 焄叱釥七B | 1000111111001001111000111011110010111000100011111110001110101011101111001011011101000010 | 8fc9e3bcb88fe3abbcb742 |
UTF-8 | 焄叱釥七B | 11100111100001001000010011100101100011111011000111101001100001111010010111100100101110001000001101000010 | e78484e58fb1e987a5e4b88342 |
UHC | 焄叱?七B | 1111110110110110111100101110101000111111111101101101001001000010 | fdb6f2ea3ff6d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)