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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 霑ケ驤エ蟒コ^ | 11101000101111111011100111101001100010001011010011100101101110111011101001011110 | e8bfb9e988b4e5bbba5e |
EUC-JP | 霑ケ驤エ蟒コ^ | 11110000110000011000111010111001111100011110100010001110101101001110101010111101100011101011101001011110 | f0c18eb9f1e88eb4eabd8eba5e |
UTF-8 | 霑ケ驤エ蟒コ^ | 11101001100111001001000111101111101111011011100111101001101010011010010011101111101111011011010011101000100111111001001011101111101111011011101001011110 | e99c91efbdb9e9a9a4efbdb4e89f92efbdba5e |
UHC | 霑?????^ | 1110111111000101001111110011111100111111001111110011111101011110 | efc53f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)