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âN[âWâN[^ | 1110001001010111111000100100111001011011111000100101011111100010010011100101101101011110 | e257e24e5be257e24e5b5e |
SJIS-WIN | ?W?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
EUC-JP | âWâN[âWâN[^ | 10001111101010111010010001010111100011111010101110100100010011100101101110001111101010111010010001010111100011111010101110100100010011100101101101011110 | 8faba4578faba44e5b8faba4578faba44e5b5e |
UTF-8 | âWâN[âWâN[^ | 110000111010001001010111110000111010001001001110010110111100001110100010010101111100001110100010010011100101101101011110 | c3a257c3a24e5bc3a257c3a24e5b5e |
UHC | ?W?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)