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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?円}?円{^ | 001111111000100101111110011111010011111110001001011111100111101101011110 | 3f897e7d3f897e7b5e |
EUC-JP | ?円}?円{^ | 001111111011000111011111011111010011111110110001110111110111101101011110 | 3fb1df7d3fb1df7b5e |
UTF-8 | 뽢円}뽢円{^ | 111010111011110110100010111001011000011010000110011111011110101110111101101000101110010110000110100001100111101101011110 | ebbda2e586867debbda2e586867b5e |
UHC | 뽢円}뽢円{^ | 1001011011011110111001011111011101111101100101101101111011100101111101110111101101011110 | 96dee5f77d96dee5f77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)