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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 遶コ霆クe^ | 1110011110101011101110101110100010111011101110000110010101011110 | e7abbae8bbb8655e |
EUC-JP | 遶コ霆クe^ | 11101110101011011000111010111010111100001011110110001110101110000110010101011110 | eead8ebaf0bd8eb8655e |
UTF-8 | 遶コ霆クe^ | 1110100110000001101101101110111110111101101110101110100110011100100001101110111110111101101110000110010101011110 | e981b6efbdbae99c86efbdb8655e |
UHC | ??霆?e^ | 00111111001111111110111111111101001111110110010101011110 | 3f3feffd3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)