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 | ëêé®ï¦ | 1110101111101010100100101110100110101110100111111110111110100110 | ebea92e9ae9fefa6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ëê?é®?ï¦ | 1000111110101011101100111000111110101011101101000011111110001111101010111011000110001111101000101110111000111111100011111010101111000001100011111010001011000011 | 8fabb38fabb43f8fabb18fa2ee3f8fabc18fa2c3 |
UTF-8 | ëêé®ï¦ | 11000011101010111100001110101010110000101001001011000011101010011100001010101110110000101001111111000011101011111100001010100110 | c3abc3aac292c3a9c2aec29fc3afc2a6 |
UHC | ????®??? | 001111110011111100111111001111111010001011100111001111110011111100111111 | 3f3f3f3fa2e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)