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 | Þϲç | 11011110110011111011001011100111 | decfb2e7 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÞÏ?ç | 10001111101010011011000010001111101010101100000100111111100011111010101110101110 | 8fa9b08faac13f8fabae |
UTF-8 | Þϲç | 1100001110011110110000111000111111000010101100101100001110100111 | c39ec38fc2b2c3a7 |
UHC | Þ?²? | 101010001010110100111111101010011111011100111111 | a8ad3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)