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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 騾ァ蜥丞岼^ | 11101001100000001010011111100101100100101000111111100101100110111010111001011110 | e980a7e5928fe59bae5e |
EUC-JP | 騾ァ蜥丞岼^ | 1111000111100000100011101010011111101001111100101011111011100111110101101011000001011110 | f1e08ea7e9f2bee7d6b05e |
UTF-8 | 騾ァ蜥丞岼^ | 11101001101010001011111011101111101111011010011111101000100111001010010111100100101110001001111011100101101100101011110001011110 | e9a8beefbda7e89ca5e4b89ee5b2bc5e |
UHC | ???丞?^ | 00111111001111110011111111100011101010100011111101011110 | 3f3f3fe3aa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)