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 | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
SJIS-WIN | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
EUC-JP | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
UTF-8 | 혬D혟철 | 11101101100110001010110001000100111011011001100010011111111011001011001010100000 | ed98ac44ed989fecb2a0 |
UHC | 혬D혟철 | 11000010100101000100010011000010100010011100001110110110 | c29444c289c3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)