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 | 煽鼠銖 | 100100001111100010010001011011001110011111110001 | 90f8916ce7f1 |
EUC-JP | 煽鼠銖 | 110000001111101011000001110011011110111011110011 | c0fac1cdeef3 |
UTF-8 | 煽鼠銖 | 111001111000010110111101111010011011110010100000111010011000101010010110 | e785bde9bca0e98a96 |
UHC | 煽鼠銖 | 111000001100001111100000101010011110001011000111 | e0c3e0a9e2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)