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 | Ss}Ss{^ | 1001000101010011100000010111001101111101100100010101001110000001011100110111101101011110 | 915381737d915381737b5e |
SJIS-WIN | ?S?s}?S?s{^ | 0011111101010011001111110111001101111101001111110101001100111111011100110111101101011110 | 3f533f737d3f533f737b5e |
EUC-JP | ?S?s}?S?s{^ | 0011111101010011001111110111001101111101001111110101001100111111011100110111101101011110 | 3f533f737d3f533f737b5e |
UTF-8 | Ss}Ss{^ | 110000101001000101010011110000101000000101110011011111011100001010010001010100111100001010000001011100110111101101011110 | c29153c281737dc29153c281737b5e |
UHC | ?S?s}?S?s{^ | 0011111101010011001111110111001101111101001111110101001100111111011100110111101101011110 | 3f533f737d3f533f737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)