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 | 閧幢・嬢ァャ | 111010001000001010011011111011111010010110001111111011001010011110101100 | e8829befa58feca7ac |
EUC-JP | 閧幢・嬢ァャ | 111011111110001011010110111100011000111010100101101111101110111010001110101001111000111010101100 | efe2d6f18ea5beee8ea78eac |
UTF-8 | 閧幢・嬢ァャ | 111010011001011010100111111001011011100110100010111011111011110110100101111001011010110010100010111011111011110110100111111011111011110110101100 | e996a7e5b9a2efbda5e5aca2efbda7efbdac |
UHC | ?幢???? | 00111111110100111101001100111111001111110011111100111111 | 3fd3d33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)