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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 擎ユィ擎ユィ^ | 111110101100110011010101101010001111101011001100110101011010100001011110 | faccd5a8faccd5a85e |
EUC-JP | 擎ユィ擎ユィ^ | 100011111100000110100110100011101101010110001110101010001000111111000001101001101000111011010101100011101010100001011110 | 8fc1a68ed58ea88fc1a68ed58ea85e |
UTF-8 | 擎ユィ擎ユィ^ | 11100110100100111000111011101111101111101001010111101111101111011010100011100110100100111000111011101111101111101001010111101111101111011010100001011110 | e6938eefbe95efbda8e6938eefbe95efbda85e |
UHC | 擎??擎??^ | 110011001101011000111111001111111100110011010110001111110011111101011110 | ccd63f3fccd63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)