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 | ????L | 0011111100111111001111110011111101001100 | 3f3f3f3f4c |
SJIS-WIN | ?拜??L | 001111111001110101100000001111110011111101001100 | 3f9d603f3f4c |
EUC-JP | ?拜??L | 001111111101100111000001001111110011111101001100 | 3fd9c13f3f4c |
UTF-8 | 렺拜렻렏L | 11101011101000001011101011100110100010111001110011101011101000001011101111101011101000001000111101001100 | eba0bae68b9ceba0bbeba08f4c |
UHC | 렺拜렻렏L | 100011101100001011011011110010001000111011000011100011101010010101001100 | 8ec2dbc88ec38ea54c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)