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 | 闌也ィョ蟾櫁 | 11101000100011001001011011100111101010001010111011100101101101111001111011101000 | e88c96e7a8aee5b79ee8 |
EUC-JP | 闌也ィョ蟾櫁 | 111011111110110011001100111010011000111010101000100011101010111011101010101110011101110011101010 | efeccce98ea88eaeeab9dcea |
UTF-8 | 闌也ィョ蟾櫁 | 111010011001011110001100111001001011100110011111111011111011110110101000111011111011110110101110111010001001111110111110111001101010101110000001 | e9978ce4b99fefbda8efbdaee89fbee6ab81 |
UHC | ?也??蟾? | 0011111111100101101001010011111100111111111000001110101000111111 | 3fe5a53f3fe0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)