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 | å·½çäë | 1110010110110111101111011110011110000010101011011110010011101011 | e5b7bde782ade4eb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??ç??äë | 10001111101010111010100100111111001111111000111110101011101011100011111100111111100011111010101110100011100011111010101110110011 | 8faba93f3f8fabae3f3f8faba38fabb3 |
UTF-8 | å·½çäë | 11000011101001011100001010110111110000101011110111000011101001111100001010000010110000101010110111000011101001001100001110101011 | c3a5c2b7c2bdc3a7c282c2adc3a4c3ab |
UHC | ?·½???? | 0011111110100001101001001010100011110110001111110011111110100001101010010011111100111111 | 3fa1a4a8f63f3fa1a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)