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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ツ柞ティツュツ | 1100001010011110011011111100001110101000110000101010110111000010 | c29e6fc3a8c2adc2 |
EUC-JP | ツ柞ティツュツ | 1000111011000010110110111101000010001110110000111000111010101000100011101100001010001110101011011000111011000010 | 8ec2dbd08ec38ea88ec28ead8ec2 |
UTF-8 | ツ柞ティツュツ | 111011111011111010000010111001101001111110011110111011111011111010000011111011111011110110101000111011111011111010000010111011111011110110101101111011111011111010000010 | efbe82e69f9eefbe83efbda8efbe82efbdadefbe82 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)