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 | テ淌スツ‥ | 11000011100111111100001110111101110000101000000101100100 | c39fc3bdc28164 |
EUC-JP | テ淌スツ‥ | 10001110110000111101111011000101100011101011110110001110110000101010000111000101 | 8ec3dec58ebd8ec2a1c5 |
UTF-8 | テ淌スツ‥ | 111011111011111010000011111001101011011110001100111011111011110110111101111011111011111010000010111000101000000010100101 | efbe83e6b78cefbdbdefbe82e280a5 |
UHC | ????‥ | 001111110011111100111111001111111010000110100101 | 3f3f3f3fa1a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)