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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??乙冪?? | 0011111100111111100010011011001110011001011100000011111100111111 | 3f3f89b399703f3f |
EUC-JP | 鋌?乙冪?? | 10001111111001001011101100111111101100101011010111010001110100010011111100111111 | 8fe4bb3fb2b5d1d13f3f |
UTF-8 | 鋌렫乙冪렰렍 | 111010011000101110001100111010111010000010101011111001001011100110011001111001011000011010101010111010111010000010110000111010111010000010001101 | e98b8ceba0abe4b999e586aaeba0b0eba08d |
UHC | 鋌렫乙冪렰렍 | 111011111111101110001110101110011110101111100000110110001111000110001110101111011000111010100011 | effb8eb9ebe0d8f18ebd8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)