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 | ???緝 | 0011111100111111001111111110001101101000 | 3f3f3fe368 |
EUC-JP | ???緝 | 0011111100111111001111111110010111001001 | 3f3f3fe5c9 |
UTF-8 | 쓺렿렎緝 | 111011001001001110111010111010111010000010111111111010111010000010001110111001111011011110011101 | ec93baeba0bfeba08ee7b79d |
UHC | 쓺렿렎緝 | 1011111010110110100011101100011110001110101001001111001011111101 | beb68ec78ea4f2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)