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 | 艇耕蹈 | 100100101111100010001101011010111110011101000100 | 92f88d6be744 |
EUC-JP | 艇耕蹈 | 110001001111101010111001110011001110110110100101 | c4fab9cceda5 |
UTF-8 | 艇耕蹈 | 111010001000100110000111111010001000000010010101111010001011100110001000 | e88987e88095e8b988 |
UHC | 艇耕蹈 | 111011111111001111001100111010011101010010110000 | eff3cce9d4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)