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 | 葢甦}葢甦{^ | 1110010011100010111000010101001101111101111001001110001011100001010100110111101101011110 | e4e2e1537de4e2e1537b5e |
EUC-JP | 葢甦}葢甦{^ | 1110100011100100111000011011010001111101111010001110010011100001101101000111101101011110 | e8e4e1b47de8e4e1b47b5e |
UTF-8 | 葢甦}葢甦{^ | 111010001001000110100010111001111001010010100110011111011110100010010001101000101110011110010100101001100111101101011110 | e891a2e794a67de891a2e794a67b5e |
UHC | ?甦}?甦{^ | 001111111110000111000001011111010011111111100001110000010111101101011110 | 3fe1c17d3fe1c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)