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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 地???B | 100100100110111000111111001111110011111101000010 | 926e3f3f3f42 |
EUC-JP | 地???B | 110000111100111100111111001111110011111101000010 | c3cf3f3f3f42 |
UTF-8 | 地렎欌렩B | 11100101100111001011000011101011101000001000111011100110101011001000110011101011101000001010100101000010 | e59cb0eba08ee6ac8ceba0a942 |
UHC | 地렎欌렩B | 111100101010001010001110101001001110110111101011100011101011011101000010 | f2a28ea4edeb8eb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)