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 | 娼チ将「昉 | 10001111101010011100000110001111101010111111001010001111101000101111101011010001 | 8fa9c18fabf28fa2fad1 |
EUC-JP | 娼チ将?「昉 | 101111101010101110001110110000011011111010101101001111111000111010100010100011111100000111111000 | beab8ec1bead3f8ea28fc1f8 |
UTF-8 | 娼チ将「昉 | 111001011010100010111100111011111011111010000001111001011011000010000110111011101000011110000110111011111011110110100010111001101001100010001001 | e5a8bcefbe81e5b086ee8786efbda2e69889 |
UHC | 娼????昉 | 1111001111011110001111110011111100111111001111111101101110110010 | f3de3f3f3f3fdbb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)