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 | 薔羸羸 | 111001010100101111100011101111101110001110111110 | e54be3bee3be |
EUC-JP | 薔羸羸 | 111010011010110011100110110000001110011011000000 | e9ace6c0e6c0 |
UTF-8 | 薔羸羸 | 111010001001011010010100111001111011111010111000111001111011111010111000 | e89694e7beb8e7beb8 |
UHC | 薔羸羸 | 111011011111100111010111111010001101011111101000 | edf9d7e8d7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)