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 | 蟄ク陝イ | 111001011010110110111000111010001001111110110010 | e5adb8e89fb2 |
EUC-JP | 蟄ク陝イ | 1110101010101111100011101011100011110000101000011000111010110010 | eaaf8eb8f0a18eb2 |
UTF-8 | 蟄ク陝イ | 111010001001111110000100111011111011110110111000111010011001100110011101111011111011110110110010 | e89f84efbdb8e9999defbdb2 |
UHC | 蟄?陝? | 111101101101111000111111111000001110110100111111 | f6de3fe0ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)