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 | 障籌韲イ | 10001111111000011110001011010100111010001110110010110010 | 8fe1e2d4e8ecb2 |
EUC-JP | 障籌韲イ | 1011111011100011111001001101011011110000111011101000111010110010 | bee3e4d6f0ee8eb2 |
UTF-8 | 障籌韲イ | 111010011001101010011100111001111011000110001100111010011001111110110010111011111011110110110010 | e99a9ce7b18ce99fb2efbdb2 |
UHC | 障籌?? | 111011101010000111110001110000110011111100111111 | eea1f1c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)