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 | ??E}??E{^ | 001111110011111101000101011111010011111100111111010001010111101101011110 | 3f3f457d3f3f457b5e |
SJIS-WIN | ??E}??E{^ | 001111110011111101000101011111010011111100111111010001010111101101011110 | 3f3f457d3f3f457b5e |
EUC-JP | ??E}??E{^ | 001111110011111101000101011111010011111100111111010001010111101101011110 | 3f3f457d3f3f457b5e |
UTF-8 | 찼혷E}찼혷E{^ | 1110110010110000101111001110110110011000101101110100010101111101111011001011000010111100111011011001100010110111010001010111101101011110 | ecb0bced98b7457decb0bced98b7457b5e |
UHC | 찼혷E}찼혷E{^ | 11000011101000011100001010011110010001010111110111000011101000011100001010011110010001010111101101011110 | c3a1c29e457dc3a1c29e457b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)