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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
EUC-JP | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
UTF-8 | 혧횁척짝횒청a | 11101101100110001010011111101101100110101000000111101100101100101001100111101100101001111001110111101101100110101001001011101100101100101010110101100001 | ed98a7ed9a81ecb299eca79ded9a92ecb2ad61 |
UHC | 혧횁척짝횒청a | 11000010100011111100001110000001110000111011010011000010101001101100001110001101110000111011101101100001 | c28fc381c3b4c2a6c38dc3bb61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)