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?S}?e?S{^ | 0011111101100101001111110101001101111101001111110110010100111111010100110111101101011110 | 3f653f537d3f653f537b5e |
SJIS-WIN | ?e?S}?e?S{^ | 0011111101100101001111110101001101111101001111110110010100111111010100110111101101011110 | 3f653f537d3f653f537b5e |
EUC-JP | ?e?S}?e?S{^ | 0011111101100101001111110101001101111101001111110110010100111111010100110111101101011110 | 3f653f537d3f653f537b5e |
UTF-8 | 혥e혡S}혥e혡S{^ | 11101101100110001010010101100101111011011001100010100001010100110111110111101101100110001010010101100101111011011001100010100001010100110111101101011110 | ed98a565ed98a1537ded98a565ed98a1537b5e |
UHC | 혥e혡S}혥e혡S{^ | 110000101000110101100101110000101000101001010011011111011100001010001101011001011100001010001010010100110111101101011110 | c28d65c28a537dc28d65c28a537b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)