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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 擎ユィ^ | 1111101011001100110101011010100001011110 | faccd5a85e |
EUC-JP | 擎ユィ^ | 1000111111000001101001101000111011010101100011101010100001011110 | 8fc1a68ed58ea85e |
UTF-8 | 擎ユィ^ | 11100110100100111000111011101111101111101001010111101111101111011010100001011110 | e6938eefbe95efbda85e |
UHC | 擎??^ | 1100110011010110001111110011111101011110 | ccd63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)