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 | 遮射貳 | 100011101101010110001110110010111110011011000110 | 8ed58ecbe6c6 |
EUC-JP | 遮射貳 | 101111001101011110111100110011011110110011001000 | bcd7bccdecc8 |
UTF-8 | 遮射貳 | 111010011000000110101110111001011011000010000100111010001011001010110011 | e981aee5b084e8b2b3 |
UHC | 遮射貳 | 111100111011010011011110110100101110110011000011 | f3b4ded2ecc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)