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 | 簇頃??棕 | 1110001011000110100011011010000000111111001111111001111010100001 | e2c68da03f3f9ea1 |
EUC-JP | 簇頃??棕 | 1110010011001000101110101010001000111111001111111101110010100011 | e4c8baa23f3fdca3 |
UTF-8 | 簇頃렰렲棕 | 111001111011000010000111111010011010000010000011111010111010000010110000111010111010000010110010111001101010001110010101 | e7b087e9a083eba0b0eba0b2e6a395 |
UHC | 簇頃렰렲棕 | 11110000111010101100110011110001100011101011110110001110101111111111000011110111 | f0eaccf18ebd8ebff0f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)