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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???岳??? | 0011111100111111001111111000101001111000001111110011111100111111 | 3f3f3f8a783f3f3f |
EUC-JP | ???岳??? | 0011111100111111001111111011001111011001001111110011111100111111 | 3f3f3fb3d93f3f3f |
UTF-8 | 緣낅젿岳블뙥琉 | 111001111011011110100011111010111000001010000101111011001010000010111111111001011011001010110011111010111011100010010100111010111001100110100101111011111010011110001100 | e7b7a3eb8285eca0bfe5b2b3ebb894eb99a5efa78c |
UHC | 緣낅젿岳블뙥琉 | 1110011011011110100001011110101110100000101100011110010010111111101110101110110110001100101010011110101110100100 | e6de85eba0b1e4bfbaed8ca9eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)