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 | 驍カ蛛 | 1110100110000010101101101110010110000001 | e982b6e581 |
EUC-JP | 驍カ蛛 | 111100011110001010001110101101101110100111100001 | f1e28eb6e9e1 |
UTF-8 | 驍カ蛛 | 111010011010100110001101111011111011110110110110111010001001101110011011 | e9a98defbdb6e89b9b |
UHC | 驍?蛛 | 1111110110100100001111111111000111001000 | fda43ff1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)