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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豢玲エ唯 | 11100110101101001001011111100110101101001001011101000010 | e6b497e6b49742 |
EUC-JP | 豢玲エ唯 | 1110110010110110110011101110100010001110101101001100110110100011 | ecb6cee88eb4cda3 |
UTF-8 | 豢玲エ唯 | 111010001011000110100010111001111000111010110010111011111011110110110100111001011001010010101111 | e8b1a2e78eb2efbdb4e594af |
UHC | ?玲?唯 | 001111111101011010111100001111111110101011100110 | 3fd6bc3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)