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 | ?????} | 001111110011111100111111001111110011111101111101 | 3f3f3f3f3f7d |
SJIS-WIN | ?????} | 001111110011111100111111001111110011111101111101 | 3f3f3f3f3f7d |
EUC-JP | ?????} | 001111110011111100111111001111110011111101111101 | 3f3f3f3f3f7d |
UTF-8 | 렺쩡렕렻렊} | 11101011101000001011101011101100101010011010000111101011101000001001010111101011101000001011101111101011101000001000101001111101 | eba0baeca9a1eba095eba0bbeba08a7d |
UHC | 렺쩡렕렻렊} | 1000111011000010110000101100010010001110101010101000111011000011100011101010000101111101 | 8ec2c2c48eaa8ec38ea17d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)