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 | 褌f強 | 111001011110110010000010100001101000101110101101 | e5ec82868bad |
EUC-JP | 褌f強 | 111010101110111010100011111001101011011010101111 | eaeea3e6b6af |
UTF-8 | 褌f強 | 111010001010010010001100111011111011110110000110111001011011110010110111 | e8a48cefbd86e5bcb7 |
UHC | ?f? | 00111111101000111110011000111111 | 3fa3e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)