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?w?D | 001111110100010000111111011101110011111101000100 | 3f443f773f44 |
SJIS-WIN | ?D?w?D | 001111110100010000111111011101110011111101000100 | 3f443f773f44 |
EUC-JP | ?D?w?D | 001111110100010000111111011101110011111101000100 | 3f443f773f44 |
UTF-8 | 혩D혧w혩D | 111011011001100010101001010001001110110110011000101001110111011111101101100110001010100101000100 | ed98a944ed98a777ed98a944 |
UHC | 혩D혧w혩D | 110000101001000101000100110000101000111101110111110000101001000101000100 | c29144c28f77c29144 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)