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 | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
| SJIS-WIN | ツ淌ウツ淌ュZ | 110000101001111111000011101100111100001010011111110000111010110101011010 | c29fc3b3c29fc3ad5a |
| EUC-JP | ツ淌ウツ淌ュZ | 10001110110000101101111011000101100011101011001110001110110000101101111011000101100011101010110101011010 | 8ec2dec58eb38ec2dec58ead5a |
| UTF-8 | ツ淌ウツ淌ュZ | 11101111101111101000001011100110101101111000110011101111101111011011001111101111101111101000001011100110101101111000110011101111101111011010110101011010 | efbe82e6b78cefbdb3efbe82e6b78cefbdad5a |
| UHC | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)