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 | 絶??巡 | 100100001110001000111111001111111000111110000100 | 90e23f3f8f84 |
EUC-JP | 絶??巡 | 110000001110010000111111001111111011110111100100 | c0e43f3fbde4 |
UTF-8 | 絶껃뇲巡 | 111001111011010110110110111010101011101110000011111010111000011110110010111001011011011110100001 | e7b5b6eabb83eb87b2e5b7a1 |
UHC | 絶껃뇲巡 | 1110111110111110100000111110010110000111100101101110001011011110 | efbe83e58796e2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)