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 | ??????u | 00111111001111110011111100111111001111110011111101110101 | 3f3f3f3f3f3f75 |
SJIS-WIN | ??????u | 00111111001111110011111100111111001111110011111101110101 | 3f3f3f3f3f3f75 |
EUC-JP | ??????u | 00111111001111110011111100111111001111110011111101110101 | 3f3f3f3f3f3f75 |
UTF-8 | 혧횁척짝횒청u | 11101101100110001010011111101101100110101000000111101100101100101001100111101100101001111001110111101101100110101001001011101100101100101010110101110101 | ed98a7ed9a81ecb299eca79ded9a92ecb2ad75 |
UHC | 혧횁척짝횒청u | 11000010100011111100001110000001110000111011010011000010101001101100001110001101110000111011101101110101 | c28fc381c3b4c2a6c38dc3bb75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)