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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紵羆蝎 | 111000110100100111100011101011111110010110011001 | e349e3afe599 |
EUC-JP | 紵羆蝎 | 111001011010101011100110101100011110100111111001 | e5aae6b1e9f9 |
UTF-8 | 紵羆蝎 | 111001111011010010110101111001111011111010000110111010001001110110001110 | e7b4b5e7be86e89d8e |
UHC | 紵?蝎 | 1110111011000111001111111100101011101001 | eec73fcae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)