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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ静債洩ツ淌 | 11000010100100001100001110001101110000101000100101101011110000101001111111000011 | c290c38dc2896bc29fc3 |
EUC-JP | ツ静債洩ツ淌 | 100011101100001011000000110001011011101011000100101100011100110010001110110000101101111011000101 | 8ec2c0c5bac4b1cc8ec2dec5 |
UTF-8 | ツ静債洩ツ淌 | 111011111011111010000010111010011001110110011001111001011000001010110101111001101011010010101001111011111011111010000010111001101011011110001100 | efbe82e99d99e582b5e6b4a9efbe82e6b78c |
UHC | ??債洩?? | 0011111100111111111100111111000011100000110111010011111100111111 | 3f3ff3f0e0dd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)