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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 毓?D毓?D^ | 100111110111100100111111010001001001111101111001001111110100010001011110 | 9f793f449f793f445e |
EUC-JP | 毓?D毓?D^ | 110111011101101000111111010001001101110111011010001111110100010001011110 | ddda3f44ddda3f445e |
UTF-8 | 毓멬D毓멬D^ | 111001101010111110010011111010111010100110101100010001001110011010101111100100111110101110101001101011000100010001011110 | e6af93eba9ac44e6af93eba9ac445e |
UHC | 毓멬D毓멬D^ | 1110101110111110100100010101011101000100111010111011111010010001010101110100010001011110 | ebbe915744ebbe9157445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)