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 | 虎?止 | 1000110011010101001111111000111001111110 | 8cd53f8e7e |
EUC-JP | 虎?止 | 1011100011010111001111111011101111011111 | b8d73fbbdf |
UTF-8 | 虎렓止 | 111010001001100110001110111010111010000010010011111001101010110110100010 | e8998eeba093e6ada2 |
UHC | 虎렓止 | 111110111101101110001110101010001111001010101101 | fbdb8ea8f2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)