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 | ??@}??@| | 0011111100111111010000000111110100111111001111110100000001111100 | 3f3f407d3f3f407c |
SJIS-WIN | ?ェ@}?ェ@| | 0011111110101010010000000111110100111111101010100100000001111100 | 3faa407d3faa407c |
EUC-JP | ?ェ@}?ェ@| | 00111111100011101010101001000000011111010011111110001110101010100100000001111100 | 3f8eaa407d3f8eaa407c |
UTF-8 | 䵸ェ@}䵸ェ@| | 11100100101101011011100011101111101111011010101001000000011111011110010010110101101110001110111110111101101010100100000001111100 | e4b5b8efbdaa407de4b5b8efbdaa407c |
UHC | ??@}??@| | 0011111100111111010000000111110100111111001111110100000001111100 | 3f3f407d3f3f407c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)