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 | 低??乾靜 | 1001001011100001001111110011111110001010101000111110100011001110 | 92e13f3f8aa3e8ce |
EUC-JP | 低??乾靜 | 1100010011100011001111110011111110110100101001011111000011010000 | c4e33f3fb4a5f0d0 |
UTF-8 | 低팰곕乾靜 | 111001001011110110001110111011011000110010110000111010101011001110010101111001001011100110111110111010011001110110011100 | e4bd8eed8cb0eab395e4b9bee99d9c |
UHC | 低팰곕乾靜 | 11101110101110001100011011010011101100001110101111001011111010111111000010100001 | eeb8c6d3b0ebcbebf0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)