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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 杓縞杓縞^ | 100011101101101110001110110010001000111011011011100011101100100001011110 | 8edb8ec88edb8ec85e |
EUC-JP | 杓縞杓縞^ | 101111001101110110111100110010101011110011011101101111001100101001011110 | bcddbccabcddbcca5e |
UTF-8 | 杓縞杓縞^ | 11100110100111011001001111100111101110001001111011100110100111011001001111100111101110001001111001011110 | e69d93e7b89ee69d93e7b89e5e |
UHC | 杓縞杓縞^ | 111110001111010111111011110101101111100011110101111110111101011001011110 | f8f5fbd6f8f5fbd65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)