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