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 | »§^}»§^{^ | 101110111010011101011110011111011011101110100111010111100111101101011110 | bba75e7dbba75e7b5e |
SJIS-WIN | ?§^}?§^{^ | 0011111110000001100110000101111001111101001111111000000110011000010111100111101101011110 | 3f81985e7d3f81985e7b5e |
EUC-JP | ?§^}?§^{^ | 0011111110100001111110000101111001111101001111111010000111111000010111100111101101011110 | 3fa1f85e7d3fa1f85e7b5e |
UTF-8 | »§^}»§^{^ | 11000010101110111100001010100111010111100111110111000010101110111100001010100111010111100111101101011110 | c2bbc2a75e7dc2bbc2a75e7b5e |
UHC | ?§^}?§^{^ | 0011111110100001110101110101111001111101001111111010000111010111010111100111101101011110 | 3fa1d75e7d3fa1d75e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)