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çYê | 111010100100011111100111010110011110101010000011 | ea47e759ea83 |
SJIS-WIN | ?G?Y?? | 001111110100011100111111010110010011111100111111 | 3f473f593f3f |
EUC-JP | êGçYê? | 100011111010101110110100010001111000111110101011101011100101100110001111101010111011010000111111 | 8fabb4478fabae598fabb43f |
UTF-8 | êGçYê | 11000011101010100100011111000011101001110101100111000011101010101100001010000011 | c3aa47c3a759c3aac283 |
UHC | ?G?Y?? | 001111110100011100111111010110010011111100111111 | 3f473f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)