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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????θ? | 00111111001111110011111100111111100000111100011000111111 | 3f3f3f3f83c63f |
EUC-JP | 獒???θ? | 100011111100101110111011001111110011111100111111101001101100100000111111 | 8fcbbb3f3f3fa6c83f |
UTF-8 | 獒귡슫濾θ맻 | 1110011110001101100100101110101010110111101000011110110010001010101010111110111110100110100001001100111010111000111010111010011110111011 | e78d92eab7a1ec8aabefa684ceb8eba7bb |
UHC | 獒귡슫濾θ맻 | 111010001010001110000010111010011001101010110100111001101010010010100101111010001001000010111100 | e8a382e99ab4e6a4a5e890bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)