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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | ?ヲz?ヲzB | 00111111101001100111101000111111101001100111101001000010 | 3fa67a3fa67a42 |
EUC-JP | 誷ヲz誷ヲzB | 10001111110111101010001010001110101001100111101010001111110111101010001010001110101001100111101001000010 | 8fdea28ea67a8fdea28ea67a42 |
UTF-8 | 誷ヲz誷ヲzB | 111010001010101010110111111011111011110110100110011110101110100010101010101101111110111110111101101001100111101001000010 | e8aab7efbda67ae8aab7efbda67a42 |
UHC | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)