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 | ?W}?W{^ | 00111111010101110111110100111111010101110111101101011110 | 3f577d3f577b5e |
SJIS-WIN | 達W}達W{^ | 100100100100001001010111011111011001001001000010010101110111101101011110 | 9242577d9242577b5e |
EUC-JP | 達W}達W{^ | 110000111010001101010111011111011100001110100011010101110111101101011110 | c3a3577dc3a3577b5e |
UTF-8 | 達W}達W{^ | 1110100110000001100101000101011101111101111010011000000110010100010101110111101101011110 | e98194577de98194577b5e |
UHC | 達W}達W{^ | 110100111011100101010111011111011101001110111001010101110111101101011110 | d3b9577dd3b9577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)