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 | IGE¯B | 1001001001001001010001111001001001000101100100011010111101000010 | 924947924591af42 |
SJIS-WIN | ?IG?E??B | 0011111101001001010001110011111101000101001111110011111101000010 | 3f49473f453f3f42 |
EUC-JP | ?IG?E?¯B | 00111111010010010100011100111111010001010011111110001111101000101011010001000010 | 3f49473f453f8fa2b442 |
UTF-8 | IGE¯B | 110000101001001001001001010001111100001010010010010001011100001010010001110000101010111101000010 | c2924947c29245c291c2af42 |
UHC | ?IG?E??B | 0011111101001001010001110011111101000101001111110011111101000010 | 3f49473f453f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)