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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋ェ陝ャ | 111010001111100110101010111010001001111110101100 | e8f9aae89fac |
EUC-JP | 顋ェ陝ャ | 1111000011111011100011101010101011110000101000011000111010101100 | f0fb8eaaf0a18eac |
UTF-8 | 顋ェ陝ャ | 111010011010000110001011111011111011110110101010111010011001100110011101111011111011110110101100 | e9a18befbdaae9999defbdac |
UHC | ??陝? | 0011111100111111111000001110110100111111 | 3f3fe0ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)