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 | ????柚 | 001111110011111100111111001111111001011101001101 | 3f3f3f3f974d |
EUC-JP | ????柚 | 001111110011111100111111001111111100110110101110 | 3f3f3f3fcdae |
UTF-8 | 렱렺렶렞柚 | 111010111010000010110001111010111010000010111010111010111010000010110110111010111010000010011110111001101001111110011010 | eba0b1eba0baeba0b6eba09ee69f9a |
UHC | 렱렺렶렞柚 | 10001110101111101000111011000010100011101100000110001110101011111110101011110110 | 8ebe8ec28ec18eafeaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)