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 | ??W??? | 001111110011111101010111001111110011111100111111 | 3f3f573f3f3f |
SJIS-WIN | テ」Wツ確ツ | 11000011101000110101011111000010100010100110110111000010 | c3a357c28a6dc2 |
EUC-JP | テ」Wツ確ツ | 1000111011000011100011101010001101010111100011101100001010110011110011101000111011000010 | 8ec38ea3578ec2b3ce8ec2 |
UTF-8 | テ」Wツ確ツ | 11101111101111101000001111101111101111011010001101010111111011111011111010000010111001111010001010111010111011111011111010000010 | efbe83efbda357efbe82e7a2baefbe82 |
UHC | ??W?確? | 00111111001111110101011100111111111111001010110000111111 | 3f3f573ffcac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)