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º½ | 100100100100011110010001101110101001000110111101 | 924791ba91bd |
SJIS-WIN | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
EUC-JP | ?G?º?? | 0011111101000111001111111000111110100010111010110011111100111111 | 3f473f8fa2eb3f3f |
UTF-8 | Gº½ | 1100001010010010010001111100001010010001110000101011101011000010100100011100001010111101 | c29247c291c2bac291c2bd |
UHC | ?G?º?½ | 0011111101000111001111111010100010101100001111111010100011110110 | 3f473fa8ac3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)