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 | ?似??磯 | 00111111100011101001011100111111001111111000100011101001 | 3f8e973f3f88e9 |
EUC-JP | ?似??磯 | 00111111101110111111011100111111001111111011000011101011 | 3fbbf73f3fb0eb |
UTF-8 | 렻似렪렺磯 | 111010111010000010111011111001001011110010111100111010111010000010101010111010111010000010111010111001111010001110101111 | eba0bbe4bcbceba0aaeba0bae7a3af |
UHC | 렻似렪렺磯 | 10001110110000111101111011000100100011101011100010001110110000101101000110110100 | 8ec3dec48eb88ec2d1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)