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 | 11100110101110011001100011100101101011111010110001000010 | e6b998e5afac42 |
EUC-JP | 貉伜ッャB | 111011001011101111010000111001111000111010101111100011101010110001000010 | ecbbd0e78eaf8eac42 |
UTF-8 | 貉伜ッャB | 11101000101100101000100111100100101111001001110011101111101111011010111111101111101111011010110001000010 | e8b289e4bc9cefbdafefbdac42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)