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 | 薔駕週 | 111001010100101110001001111011011000111101010100 | e54b89ed8f54 |
EUC-JP | 薔駕週 | 111010011010110010110010111011111011110110110101 | e9acb2efbdb5 |
UTF-8 | 薔駕週 | 111010001001011010010100111010011010011110010101111010011000000010110001 | e89694e9a795e980b1 |
UHC | 薔駕週 | 111011011111100111001010101111011111000111001110 | edf9cabdf1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)