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 | 魵汐鴪 | 111111000100000110001110101011001110100111110000 | fc418eace9f0 |
EUC-JP | 魵汐鴪 | 10001111111010101100110110111100101011101111001011110010 | 8feacdbcaef2f2 |
UTF-8 | 魵汐鴪 | 111010011010110110110101111001101011000110010000111010011011010010101010 | e9adb5e6b190e9b4aa |
UHC | ?汐? | 00111111111000001011000100111111 | 3fe0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)