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½ D¶ | 10010010010001111001000110111101100100011010000010010010010001001001000110110110 | 924791bd91a0924491b6 |
SJIS-WIN | ?G?????D?¶ | 0011111101000111001111110011111100111111001111110011111101000100001111111000000111110111 | 3f473f3f3f3f3f443f81f7 |
EUC-JP | ?G?????D?¶ | 0011111101000111001111110011111100111111001111110011111101000100001111111010001011111001 | 3f473f3f3f3f3f443fa2f9 |
UTF-8 | G½ D¶ | 110000101001001001000111110000101001000111000010101111011100001010010001110000101010000011000010100100100100010011000010100100011100001010110110 | c29247c291c2bdc291c2a0c29244c291c2b6 |
UHC | ?G?½???D?¶ | 001111110100011100111111101010001111011000111111001111110011111101000100001111111010001011010010 | 3f473fa8f63f3f3f443fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)