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 | ãèÉ¿ | 100011111110001111101000100011111100100110111111 | 8fe3e88fc9bf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ãè?É¿ | 0011111110001111101010111010101010001111101010111011001000111111100011111010101010110001100011111010001011000100 | 3f8fabaa8fabb23f8faab18fa2c4 |
UTF-8 | ãèÉ¿ | 110000101000111111000011101000111100001110101000110000101000111111000011100010011100001010111111 | c28fc3a3c3a8c28fc389c2bf |
UHC | ?????¿ | 00111111001111110011111100111111001111111010001010101111 | 3f3f3f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)