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 | 阡苓ェ梧п闍 | 1110100010010100100101111110100010101010100011001110011010000100100000011110100010001011 | e89497e8aa8ce68481e88b |
EUC-JP | 阡苓ェ梧п闍 | 111011111111010011001110111010101000111010101010101110001110100010100111111000011110111111101011 | eff4ceea8eaab8e8a7e1efeb |
UTF-8 | 阡苓ェ梧п闍 | 1110100110011000101000011110100010001011100100111110111110111101101010101110011010100010101001111101000010111111111010011001011110001101 | e998a1e88b93efbdaae6a2a7d0bfe9978d |
UHC | 阡??梧п? | 111101001100011000111111001111111110011111111100101011001110000100111111 | f4c63f3fe7fcace13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)