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 | 澵七釥識 | 1111101101001100100011101011010111111011110000001000111010101111 | fb4c8eb5fbc08eaf |
EUC-JP | 澵七釥識 | 10001111110010001111100010111100101101111000111111100011101010111011110010110001 | 8fc8f8bcb78fe3abbcb1 |
UTF-8 | 澵七釥識 | 111001101011111010110101111001001011100010000011111010011000011110100101111010001010110110011000 | e6beb5e4b883e987a5e8ad98 |
UHC | ?七?識 | 001111111111011011010010001111111110001111011011 | 3ff6d23fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)