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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???桎 | 0011111100111111001111111001111001111110 | 3f3f3f9e7e |
EUC-JP | ???桎 | 0011111100111111001111111101101111011111 | 3f3f3fdbdf |
UTF-8 | 앍렢렳桎 | 111011001001010110001101111010111010000010100010111010111010000010110011111001101010000110001110 | ec958deba0a2eba0b3e6a18e |
UHC | 앍렢렳桎 | 1011111011001100100011101011001110001110110000001111001011101110 | becc8eb38ec0f2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)