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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 篠治篠疾肆 | 10001110110000101000111010100001100011101100001010001110101111101110001111100110 | 8ec28ea18ec28ebee3e6 |
EUC-JP | 篠治篠疾肆 | 10111100110001001011110010100011101111001100010010111100110000001110011011101000 | bcc4bca3bcc4bcc0e6e8 |
UTF-8 | 篠治篠疾肆 | 111001111010111110100000111001101011001010111011111001111010111110100000111001111001011010111110111010001000001010000110 | e7afa0e6b2bbe7afa0e796bee88286 |
UHC | 篠治篠疾肆 | 11100001110001101111011010111101111000011100011011110010111100001101111011101011 | e1c6f6bde1c6f2f0deeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)