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 | 嚴ъ?宥 | 10011010100011101000010010001100001111111001011101000111 | 9a8e848c3f9747 |
EUC-JP | 嚴ъ?宥 | 11010011111011101010011111101100001111111100110110101000 | d3eea7ec3fcda8 |
UTF-8 | 嚴ъ뮇宥 | 1110010110011010101101001101000110001010111010111010111010000111111001011010111010100101 | e59ab4d18aebae87e5aea5 |
UHC | 嚴ъ뮇宥 | 1110010111110001101011001110110010010010100101101110101011101001 | e5f1acec9296eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)