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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 小往[小往[^ | 1000111110101100100010011001110101011011100011111010110010001001100111010101101101011110 | 8fac899d5b8fac899d5b5e |
EUC-JP | 小往[小往[^ | 1011111010101110101100011111110101011011101111101010111010110001111111010101101101011110 | beaeb1fd5bbeaeb1fd5b5e |
UTF-8 | 小往[小往[^ | 111001011011000010001111111001011011111010000000010110111110010110110000100011111110010110111110100000000101101101011110 | e5b08fe5be805be5b08fe5be805b5e |
UHC | 小往[小往[^ | 1110000110110011111010001101100101011011111000011011001111101000110110010101101101011110 | e1b3e8d95be1b3e8d95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)