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 | ?WW}?WW{^ | 001111110101011101010111011111010011111101010111010101110111101101011110 | 3f57577d3f57577b5e |
SJIS-WIN | 叩WW}叩WW{^ | 1001001001000000010101110101011101111101100100100100000001010111010101110111101101011110 | 924057577d924057577b5e |
EUC-JP | 叩WW}叩WW{^ | 1100001110100001010101110101011101111101110000111010000101010111010101110111101101011110 | c3a157577dc3a157577b5e |
UTF-8 | 叩WW}叩WW{^ | 11100101100011111010100101010111010101110111110111100101100011111010100101010111010101110111101101011110 | e58fa957577de58fa957577b5e |
UHC | 叩WW}叩WW{^ | 1100110110110000010101110101011101111101110011011011000001010111010101110111101101011110 | cdb057577dcdb057577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)