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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褌「蟄伜キ | 1110010111101100101000101110010110101101100110001110010110110111 | e5eca2e5ad98e5b7 |
EUC-JP | 褌「蟄伜キ | 11101010111011101000111010100010111010101010111111010000111001111000111010110111 | eaee8ea2eaafd0e78eb7 |
UTF-8 | 褌「蟄伜キ | 111010001010010010001100111011111011110110100010111010001001111110000100111001001011110010011100111011111011110110110111 | e8a48cefbda2e89f84e4bc9cefbdb7 |
UHC | ??蟄?? | 001111110011111111110110110111100011111100111111 | 3f3ff6de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)