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 | ??K???E | 00111111001111110100101100111111001111110011111101000101 | 3f3f4b3f3f3f45 |
SJIS-WIN | テサKツ篠ゥE | 1100001110111011010010111100001010001110110000101010100101000101 | c3bb4bc28ec2a945 |
EUC-JP | テサKツ篠ゥE | 100011101100001110001110101110110100101110001110110000101011110011000100100011101010100101000101 | 8ec38ebb4b8ec2bcc48ea945 |
UTF-8 | テサKツ篠ゥE | 1110111110111110100000111110111110111101101110110100101111101111101111101000001011100111101011111010000011101111101111011010100101000101 | efbe83efbdbb4befbe82e7afa0efbda945 |
UHC | ??K?篠?E | 0011111100111111010010110011111111100001110001100011111101000101 | 3f3f4b3fe1c63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)