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 | ÷©Dîä | 1111011110101001010001001110111011100100 | f7a944eee4 |
SJIS-WIN | ÷?D?? | 100000011000000000111111010001000011111100111111 | 81803f443f3f |
EUC-JP | ÷©Dîä | 101000011110000010001111101000101110110101000100100011111010101111000010100011111010101110100011 | a1e08fa2ed448fabc28faba3 |
UTF-8 | ÷©Dîä | 110000111011011111000010101010010100010011000011101011101100001110100100 | c3b7c2a944c3aec3a4 |
UHC | ÷?D?? | 101000011100000000111111010001000011111100111111 | a1c03f443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)