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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雍?蹈 | 1110100010110100001111111110011101000100 | e8b43fe744 |
EUC-JP | 雍?蹈 | 1111000010110110001111111110110110100101 | f0b63feda5 |
UTF-8 | 雍흣蹈 | 111010011001101110001101111011011001110110100011111010001011100110001000 | e99b8ded9da3e8b988 |
UHC | 雍흣蹈 | 111010001011110011001000111011101101010010110000 | e8bcc8eed4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)