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 | ーツ螻 | 10110000110000101110010110110001 | b0c2e5b1 |
EUC-JP | ーツ螻 | 100011101011000010001110110000101110101010110011 | 8eb08ec2eab3 |
UTF-8 | ーツ螻 | 111011111011110110110000111011111011111010000010111010001001111010111011 | efbdb0efbe82e89ebb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)