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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????ⅱ | 00111111001111110011111100111111001111111111101001000001 | 3f3f3f3f3ffa41 |
EUC-JP | ???堉?? | 0011111100111111001111111000111110110111111111010011111100111111 | 3f3f3f8fb7fd3f3f |
UTF-8 | 閱묐컾堉방ⅱ | 111010011001011010110001111010111010110010010000111011001011101110111110111001011010000010001001111010111011000010101001111000101000010110110001 | e996b1ebac90ecbbbee5a089ebb0a9e285b1 |
UHC | 閱묐컾堉방ⅱ | 111001101111001110010001111010111011000010011111111010111011110010111001111001101010010110100010 | e6f391ebb09febbcb9e6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)