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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ静債洩 | 11000010100100001100001110001101110000101000100101101011 | c290c38dc2896b |
EUC-JP | ツ静債洩 | 1000111011000010110000001100010110111010110001001011000111001100 | 8ec2c0c5bac4b1cc |
UTF-8 | ツ静債洩 | 111011111011111010000010111010011001110110011001111001011000001010110101111001101011010010101001 | efbe82e99d99e582b5e6b4a9 |
UHC | ??債洩 | 001111110011111111110011111100001110000011011101 | 3f3ff3f0e0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)