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 | ツ劾ツ | 11000010100010100100111011000010 | c28a4ec2 |
EUC-JP | ツ劾ツ | 100011101100001010110011101011111000111011000010 | 8ec2b3af8ec2 |
UTF-8 | ツ劾ツ | 111011111011111010000010111001011000101010111110111011111011111010000010 | efbe82e58abeefbe82 |
UHC | ?劾? | 00111111111110101011011000111111 | 3ffab63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)