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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 菴ワ洲Q] | 1110010010111101100000111000111110001111010001100101000101011101 | e4bd838f8f46515d |
EUC-JP | 菴ワ洲Q] | 1110100010111111101001011110111110111101101001110101000101011101 | e8bfa5efbda7515d |
UTF-8 | 菴ワ洲Q] | 1110100010001111101101001110001110000011101011111110011010110100101100100101000101011101 | e88fb4e383afe6b4b2515d |
UHC | 菴ワ洲Q] | 1110010011100000101010111110111111110001101111010101000101011101 | e4e0abeff1bd515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)