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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 迚鰐}迚鰐{^ | 1110011110001001100110000110101101111101111001111000100110011000011010110111101101011110 | e789986b7de789986b7b5e |
EUC-JP | 迚鰐}迚鰐{^ | 1110110111101001110011111100110001111101111011011110100111001111110011000111101101011110 | ede9cfcc7dede9cfcc7b5e |
UTF-8 | 迚鰐}迚鰐{^ | 111010001011111110011010111010011011000010010000011111011110100010111111100110101110100110110000100100000111101101011110 | e8bf9ae9b0907de8bf9ae9b0907b5e |
UHC | ?鰐}?鰐{^ | 001111111110010011001010011111010011111111100100110010100111101101011110 | 3fe4ca7d3fe4ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)