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 | ???{???s | 0011111100111111001111110111101100111111001111110011111101110011 | 3f3f3f7b3f3f3f73 |
SJIS-WIN | ???{???s | 0011111100111111001111110111101100111111001111110011111101110011 | 3f3f3f7b3f3f3f73 |
EUC-JP | ???{???s | 0011111100111111001111110111101100111111001111110011111101110011 | 3f3f3f7b3f3f3f73 |
UTF-8 | 렺컴렯{렺컴렯s | 1110101110100000101110101110110010111011101101001110101110100000101011110111101111101011101000001011101011101100101110111011010011101011101000001010111101110011 | eba0baecbbb4eba0af7beba0baecbbb4eba0af73 |
UHC | 렺컴렯{렺컴렯s | 1000111011000010110001001100010010001110101111000111101110001110110000101100010011000100100011101011110001110011 | 8ec2c4c48ebc7b8ec2c4c48ebc73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)