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 | 晤??蒻 | 100111011110101100111111001111111110010011101000 | 9deb3f3fe4e8 |
EUC-JP | 晤??蒻 | 110110101110110100111111001111111110100011101010 | daed3f3fe8ea |
UTF-8 | 晤잍볜蒻 | 111001101001100110100100111011001001111010001101111010111011001110011100111010001001001010111011 | e699a4ec9e8debb39ce892bb |
UHC | 晤잍볜蒻 | 1110011111111011100111111110011010111010101101111110010110110110 | e7fb9fe6bab7e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)