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@¼^ | 100100100100000001111101100100100100011110010010010010001001001001000000100100011011110001011110 | 92407d92479248924091bc5e |
SJIS-WIN | ?@}?G?H?@??^ | 001111110100000001111101001111110100011100111111010010000011111101000000001111110011111101011110 | 3f407d3f473f483f403f3f5e |
EUC-JP | ?@}?G?H?@??^ | 001111110100000001111101001111110100011100111111010010000011111101000000001111110011111101011110 | 3f407d3f473f483f403f3f5e |
UTF-8 | @}GH@¼^ | 110000101001001001000000011111011100001010010010010001111100001010010010010010001100001010010010010000001100001010010001110000101011110001011110 | c292407dc29247c29248c29240c291c2bc5e |
UHC | ?@}?G?H?@?¼^ | 00111111010000000111110100111111010001110011111101001000001111110100000000111111101010001111100101011110 | 3f407d3f473f483f403fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)