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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逕母ウ、 | 111001111001010010010101111010101011001110100100 | e79495eab3a4 |
EUC-JP | 逕母ウ、 | 1110110111110100110010101110110010001110101100111000111010100100 | edf4caec8eb38ea4 |
UTF-8 | 逕母ウ、 | 111010011000000010010101111001101010111110001101111011111011110110110011111011111011110110100100 | e98095e6af8defbdb3efbda4 |
UHC | 逕母?? | 110011001110111111011001101111010011111100111111 | ccefd9bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)