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 | @}GH@{] | 1001001001000000011111011001001001000111100100100100100010010010010000000111101101011101 | 92407d9247924892407b5d |
SJIS-WIN | ?@}?G?H?@{] | 0011111101000000011111010011111101000111001111110100100000111111010000000111101101011101 | 3f407d3f473f483f407b5d |
EUC-JP | ?@}?G?H?@{] | 0011111101000000011111010011111101000111001111110100100000111111010000000111101101011101 | 3f407d3f473f483f407b5d |
UTF-8 | @}GH@{] | 110000101001001001000000011111011100001010010010010001111100001010010010010010001100001010010010010000000111101101011101 | c292407dc29247c29248c292407b5d |
UHC | ?@}?G?H?@{] | 0011111101000000011111010011111101000111001111110100100000111111010000000111101101011101 | 3f407d3f473f483f407b5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)