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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?庭?ァ | 0011111110010010111010110011111110100111 | 3f92eb3fa7 |
EUC-JP | ?庭?ァ | 001111111100010011101101001111111000111010100111 | 3fc4ed3f8ea7 |
UTF-8 | 諣庭ァ | 111010001010101110100011111001011011101010101101111011101011110010110000111011111011110110100111 | e8aba3e5baadeebcb0efbda7 |
UHC | ?庭?? | 0011111111101111110101000011111100111111 | 3fefd43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)