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 | 艇耕蹈齬 | 1001001011111000100011010110101111100111010001001110101010010111 | 92f88d6be744ea97 |
EUC-JP | 艇耕蹈齬 | 1100010011111010101110011100110011101101101001011111001111110111 | c4fab9cceda5f3f7 |
UTF-8 | 艇耕蹈齬 | 111010001000100110000111111010001000000010010101111010001011100110001000111010011011110110101100 | e88987e88095e8b988e9bdac |
UHC | 艇耕蹈齬 | 1110111111110011110011001110100111010100101100001110010111100001 | eff3cce9d4b0e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)