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 | ???偃? | 001111110011111100111111100110001110111000111111 | 3f3f3f98ee3f |
EUC-JP | 獒??偃? | 1000111111001011101110110011111100111111110100001111000000111111 | 8fcbbb3f3fd0f03f |
UTF-8 | 獒쇘㈃偃김 | 111001111000110110010010111011001000011110011000111000111000100010000011111001011000000110000011111010101011100110000000 | e78d92ec8798e38883e58183eab980 |
UHC | 獒쇘㈃偃김 | 11101000101000111011110011100111101010011011010011100101111001111011000111101000 | e8a3bce7a9b4e5e7b1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)