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 | ÂHgÂAhE | 110000101001001001001000011001111100001010010010010000010110100001000101 | c2924867c292416845 |
SJIS-WIN | ??Hg??AhE | 001111110011111101001000011001110011111100111111010000010110100001000101 | 3f3f48673f3f416845 |
EUC-JP | Â?HgÂ?AhE | 10001111101010101010010000111111010010000110011110001111101010101010010000111111010000010110100001000101 | 8faaa43f48678faaa43f416845 |
UTF-8 | ÂHgÂAhE | 11000011100000101100001010010010010010000110011111000011100000101100001010010010010000010110100001000101 | c382c2924867c382c292416845 |
UHC | ??Hg??AhE | 001111110011111101001000011001110011111100111111010000010110100001000101 | 3f3f48673f3f416845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)