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 | ???彦?? | 00111111001111110011111110010101010001100011111100111111 | 3f3f3f95463f3f |
EUC-JP | ???彦?? | 00111111001111110011111111001001101001110011111100111111 | 3f3f3fc9a73f3f |
UTF-8 | 琉뜻슄彦붾젻 | 111011111010011110001100111010111001110010111011111011001000101010000100111001011011110110100110111010111011011010111110111011001010000010111011 | efa78ceb9cbbec8a84e5bda6ebb6beeca0bb |
UHC | 琉뜻슄彦붾젻 | 111010111010010010110110111001101001101010010110111001011110100110010100111010111010000010101110 | eba4b6e69a96e5e994eba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)