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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 腋延侵 | 111000111111110010001001100001001001000001001110 | e3fc8984904e |
EUC-JP | 腋延侵 | 111001101111111010110001111001001011111110101111 | e6feb1e4bfaf |
UTF-8 | 腋延侵 | 111010001000010110001011111001011011101110110110111001001011111010110101 | e8858be5bbb6e4beb5 |
UHC | 腋延侵 | 111001001111110111100110110001011111011011010101 | e4fde6c5f6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)