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 | é³ã ½ì¥ | 111010011001111110110011111000111000010110111101111011001010010110011000 | e99fb3e385bdeca598 |
SJIS-WIN | ???????¥? | 00111111001111110011111100111111001111110011111100111111100000011000111100111111 | 3f3f3f3f3f3f3f818f3f |
EUC-JP | é??ã??ì?? | 100011111010101110110001001111110011111110001111101010111010101000111111001111111000111110101011110000000011111100111111 | 8fabb13f3f8fabaa3f3f8fabc03f3f |
UTF-8 | é³ã ½ì¥ | 110000111010100111000010100111111100001010110011110000111010001111000010100001011100001010111101110000111010110011000010101001011100001010011000 | c3a9c29fc2b3c3a3c285c2bdc3acc2a5c298 |
UHC | ??³??½??? | 0011111100111111101010011111100000111111001111111010100011110110001111110011111100111111 | 3f3fa9f83f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)