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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟶れア橄・唯 | 11100101101110001000001011101010101100011001111011101011101001011001011101000010 | e5b882eab19eeba59742 |
EUC-JP | 蟶れア橄・唯 | 111010101011101010100100111011001000111010110001110111001110110110001110101001011100110110100011 | eabaa4ec8eb1dced8ea5cda3 |
UTF-8 | 蟶れア橄・唯 | 111010001001111110110110111000111000001010001100111011111011110110110001111001101010100110000100111011111011110110100101111001011001010010101111 | e89fb6e3828cefbdb1e6a984efbda5e594af |
UHC | ?れ?橄?唯 | 001111111010101011101100001111111100101011110100001111111110101011100110 | 3faaec3fcaf43feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)