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 | 淏。豎占 | 11111011010000101010000111100110101100011001000011101000 | fb42a1e6b190e8 |
EUC-JP | 淏。豎占 | 100011111100011111011001100011101010000111101100101100111100000011101010 | 8fc7d98ea1ecb3c0ea |
UTF-8 | 淏。豎占 | 111001101011011110001111111011111011110110100001111010001011000110001110111001011000110110100000 | e6b78fefbda1e8b18ee58da0 |
UHC | 淏??占 | 111110111100100000111111001111111110111110111111 | fbc83f3fefbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)