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 | チカス睆 | 1100000110110110101111011111101101110110 | c1b6bdfb76 |
EUC-JP | チカス睆 | 100011101100000110001110101101101000111010111101100011111100111011110010 | 8ec18eb68ebd8fcef2 |
UTF-8 | チカス睆 | 111011111011111010000001111011111011110110110110111011111011110110111101111001111001110110000110 | efbe81efbdb6efbdbde79d86 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)