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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ツ債 | 110000101000110111000010 | c28dc2 |
EUC-JP | ツ債 | 10001110110000101011101011000100 | 8ec2bac4 |
UTF-8 | ツ債 | 111011111011111010000010111001011000001010110101 | efbe82e582b5 |
UHC | ?債 | 001111111111001111110000 | 3ff3f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)