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 | 闌蛾ァ域п闍 | 1110100010001100100010011110100110100111100010001110011010000100100000011110100010001011 | e88c89e9a788e68481e88b |
EUC-JP | 闌蛾ァ域п闍 | 111011111110110010110010111010111000111010100111101100001110100010100111111000011110111111101011 | efecb2eb8ea7b0e8a7e1efeb |
UTF-8 | 闌蛾ァ域п闍 | 1110100110010111100011001110100010011011101111101110111110111101101001111110010110011111100111111101000010111111111010011001011110001101 | e9978ce89bbeefbda7e59f9fd0bfe9978d |
UHC | ?蛾?域п? | 001111111110010010110110001111111110011010110100101011001110000100111111 | 3fe4b63fe6b4ace13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)