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