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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ湘療ケテ | 11000010100011111100001110010111110000111011100111000011 | c28fc397c3b9c3 |
EUC-JP | ツ湘療ケテ | 10001110110000101011111011000101110011101100010110001110101110011000111011000011 | 8ec2bec5cec58eb98ec3 |
UTF-8 | ツ湘療ケテ | 111011111011111010000010111001101011100110011000111001111001100110000010111011111011110110111001111011111011111010000011 | efbe82e6b998e79982efbdb9efbe83 |
UHC | ?湘療?? | 00111111110111111100111111010110111110110011111100111111 | 3fdfcfd6fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)