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[äÝ | 1110100001000111100001001000111110001111010110111110010011011101 | e847848f8f5be4dd |
SJIS-WIN | ?G???[?? | 0011111101000111001111110011111100111111010110110011111100111111 | 3f473f3f3f5b3f3f |
EUC-JP | èG???[äÝ | 1000111110101011101100100100011100111111001111110011111101011011100011111010101110100011100011111010101011110010 | 8fabb2473f3f3f5b8faba38faaf2 |
UTF-8 | èG[äÝ | 1100001110101000010001111100001010000100110000101000111111000010100011110101101111000011101001001100001110011101 | c3a847c284c28fc28f5bc3a4c39d |
UHC | ?G???[?? | 0011111101000111001111110011111100111111010110110011111100111111 | 3f473f3f3f5b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)