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 | ?G?e?G?e^ | 001111110100011100111111011001010011111101000111001111110110010101011110 | 3f473f653f473f655e |
SJIS-WIN | ?G?e?G?e^ | 001111110100011100111111011001010011111101000111001111110110010101011110 | 3f473f653f473f655e |
EUC-JP | ?G?e?G?e^ | 001111110100011100111111011001010011111101000111001111110110010101011110 | 3f473f653f473f655e |
UTF-8 | 묲G묨e묲G묨e^ | 1110101110101100101100100100011111101011101011001010100001100101111010111010110010110010010001111110101110101100101010000110010101011110 | ebacb247ebaca865ebacb247ebaca8655e |
UHC | 묲G묨e묲G묨e^ | 10010010010010010100011110010010010000010110010110010010010010010100011110010010010000010110010101011110 | 9249479241659249479241655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)