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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 躙豎殲F | 11100111010101111110011010110001100111110111001001000110 | e757e6b19f7246 |
EUC-JP | 躙豎殲F | 11101101101110001110110010110011110111011101001101000110 | edb8ecb3ddd346 |
UTF-8 | 躙豎殲F | 11101000101110101001100111101000101100011000111011100110101011101011001001000110 | e8ba99e8b18ee6aeb246 |
UHC | ??殲F | 0011111100111111111000001110100001000110 | 3f3fe0e846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)