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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跖堤唱跖 | 1110011011101000100100101110011110001111101001011110011011101000 | e6e892e78fa5e6e8 |
EUC-JP | 跖堤唱跖 | 1110110011101010110001001110100110111110101001111110110011101010 | eceac4e9bea7ecea |
UTF-8 | 跖堤唱跖 | 111010001011011110010110111001011010000010100100111001011001010010110001111010001011011110010110 | e8b796e5a0a4e594b1e8b796 |
UHC | ?堤唱? | 001111111111000010100111111100111101110100111111 | 3ff0a7f3dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)