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 | ?y?D?? | 001111110111100100111111010001000011111100111111 | 3f793f443f3f |
SJIS-WIN | ?y?D?? | 001111110111100100111111010001000011111100111111 | 3f793f443f3f |
EUC-JP | ?y?D?? | 001111110111100100111111010001000011111100111111 | 3f793f443f3f |
UTF-8 | 혟y혩D첬횖 | 1110110110011000100111110111100111101101100110001010100101000100111011001011001010101100111011011001101010010110 | ed989f79ed98a944ecb2aced9a96 |
UHC | 혟y혩D첬횖 | 11000010100010010111100111000010100100010100010011000011101110101100001110010000 | c28979c29144c3bac390 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)