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??? | 00111111001111110011111101010111001111110011111100111111 | 3f3f3f573f3f3f |
SJIS-WIN | 弱??W?⑤? | 100011101110001100111111001111110101011100111111100001110100010000111111 | 8ee33f3f573f87443f |
EUC-JP | 弱??W??? | 1011110011100101001111110011111101010111001111110011111100111111 | bce53f3f573f3f3f |
UTF-8 | 弱뉖젡W曆⑤젨 | 11100101101111001011000111101011100010011001011011101100101000001010000101010111111011111010011010001011111000101001000110100100111011001010000010101000 | e5bcb1eb8996eca0a157efa68be291a4eca0a8 |
UHC | 弱뉖젡W曆⑤젨 | 11100101101100001000011111101011101000001001101001010111111001101011011110101000111010111010000010100000 | e5b087eba09a57e6b7a8eba0a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)