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 | 茁峯???? | 1111101110010011100101011111010100111111001111110011111100111111 | fb9395f53f3f3f3f |
EUC-JP | 茁峯???? | 100011111101011111011110110010101111011100111111001111110011111100111111 | 8fd7decaf73f3f3f3f |
UTF-8 | 茁峯렎ㆁ렰렍 | 111010001000110010000001111001011011001110101111111010111010000010001110111000111000011010000001111010111010000010110000111010111010000010001101 | e88c81e5b3afeba08ee38681eba0b0eba08d |
UHC | 茁峯렎ㆁ렰렍 | 111100011110100011011100111001111000111010100100101001001111000110001110101111011000111010100011 | f1e8dce78ea4a4f18ebd8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)