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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韆尺邪捨糘 | 11101000111001101000111011011010100011101101011110001110110011001110001011110010 | e8e68eda8ed78ecce2f2 |
EUC-JP | 韆尺邪捨糘 | 11110000111010001011110011011100101111001101100110111100110011101110010011110100 | f0e8bcdcbcd9bccee4f4 |
UTF-8 | 韆尺邪捨糘 | 111010011001111110000110111001011011000010111010111010011000001010101010111001101000110110101000111001111011001110011000 | e99f86e5b0bae982aae68da8e7b398 |
UHC | 韆尺邪捨? | 111101001100011111110100101010011101111011110111110111101101011100111111 | f4c7f4a9def7ded73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)