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 | 輿????? | 10010111011000000011111100111111001111110011111100111111 | 97603f3f3f3f3f |
EUC-JP | 輿????? | 11001101110000010011111100111111001111110011111100111111 | cdc13f3f3f3f3f |
UTF-8 | 輿쏅젧溜븍젗 | 111010001011110010111111111011001000111110000101111011001010000010100111111011111010011110001011111010111011100010001101111011001010000010010111 | e8bcbfec8f85eca0a7efa78bebb88deca097 |
UHC | 輿쏅젧溜븍젗 | 111001101010101110011011111010111010000010011111111010101111111010111010111010111010000010010011 | e6ab9beba09feafebaeba093 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)