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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 絶??蘂③ | 1001000011100010001111110011111111100101010000011000011101000010 | 90e23f3fe5418742 |
EUC-JP | 絶??蘂? | 11000000111001000011111100111111111010011010001000111111 | c0e43f3fe9a23f |
UTF-8 | 絶랃풘蘂③ | 111001111011010110110110111010111001111010000011111011011001001010011000111010001001100010000010111000101001000110100010 | e7b5b6eb9e83ed9298e89882e291a2 |
UHC | 絶랃풘蘂③ | 11101111101111101000110111101111101111101001101111100111110111101010100011101001 | efbe8defbe9be7dea8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)