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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?何???B | 00111111100010011011110100111111001111110011111101000010 | 3f89bd3f3f3f42 |
EUC-JP | ?何???B | 00111111101100101011111100111111001111110011111101000010 | 3fb2bf3f3f3f42 |
UTF-8 | 뤋何킃샘섦B | 11101011101001001000101111100100101111011001010111101101100000101000001111101100100000111001100011101100100001001010011001000010 | eba48be4bd95ed8283ec8398ec84a642 |
UHC | 뤋何킃샘섦B | 1000111110111011111110011011110010110100100011111011101111111001101111001011010001000010 | 8fbbf9bcb48fbbf9bcb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)