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 | ?????` | 001111110011111100111111001111110011111101100000 | 3f3f3f3f3f60 |
SJIS-WIN | ???領?` | 00111111001111110011111110010111110011000011111101100000 | 3f3f3f97cc3f60 |
EUC-JP | ???領?` | 00111111001111110011111111001110110011100011111101100000 | 3f3f3fcece3f60 |
UTF-8 | 렻렎렺領렍` | 11101011101000001011101111101011101000001000111011101011101000001011101011101001101000001001100011101011101000001000110101100000 | eba0bbeba08eeba0bae9a098eba08d60 |
UHC | 렻렎렺領렍` | 1000111011000011100011101010010010001110110000101101011011000101100011101010001101100000 | 8ec38ea48ec2d6c58ea360 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)