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 | ?X?@}?X?@{^ | 0011111101011000001111110100000001111101001111110101100000111111010000000111101101011110 | 3f583f407d3f583f407b5e |
SJIS-WIN | ?X?@}?X?@{^ | 0011111101011000001111110100000001111101001111110101100000111111010000000111101101011110 | 3f583f407d3f583f407b5e |
EUC-JP | ?X?@}?X?@{^ | 0011111101011000001111110100000001111101001111110101100000111111010000000111101101011110 | 3f583f407d3f583f407b5e |
UTF-8 | 혳X혳@}혳X혳@{^ | 11101101100110001011001101011000111011011001100010110011010000000111110111101101100110001011001101011000111011011001100010110011010000000111101101011110 | ed98b358ed98b3407ded98b358ed98b3407b5e |
UHC | 혳X혳@}혳X혳@{^ | 110000101001101001011000110000101001101001000000011111011100001010011010010110001100001010011010010000000111101101011110 | c29a58c29a407dc29a58c29a407b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)